Skip to content

Commit

Permalink
attempting to get IE11 to run in compat mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Renwick committed Sep 10, 2015
1 parent 7e63cee commit a2152b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.ie.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module.exports = function (config) {
require('./karma.conf.js')(config);
config.set({
plugins: config.plugins.concat('karma-ie-launcher'),
browsers: ['IE'],
browsers: ['IE9'],
customLaunchers: {
IE11: {
IE9: {
base: 'IE',
'x-ua-compatible': 'IE=EmulateIE9'
}
Expand Down

0 comments on commit a2152b5

Please sign in to comment.