Skip to content

Commit

Permalink
Add core-js es5 shim to karma client, fixes #1529
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin WENNER committed Aug 4, 2015
1 parent 69cd909 commit 61fae8c
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 61fae8c

Please sign in to comment.