Skip to content

Commit

Permalink
Merge pull request #1535 from kketch/fix-karma-client-0.13.0-ie8
Browse files Browse the repository at this point in the history
Add core-js es5 shim to karma client, fixes #1529
  • Loading branch information
dignifiedquire committed Aug 4, 2015
2 parents e7e7125 + 14c30b7 commit 20f8259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* global io */
/* eslint-disable no-new */

require('core-js/modules/es5')
var Karma = require('./karma')
var StatusUpdater = require('./updater')
var util = require('./util')
Expand Down

0 comments on commit 20f8259

Please sign in to comment.