Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 280972b

Browse files
author
Nick Litwin
committed
Add bind polyfill since phantomJS doesnt support it
1 parent cdb2730 commit 280972b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"devDependencies": {
5656
"bardjs": "~0.1.4",
5757
"jquery": "~2.1.4",
58-
"angular-mocks": "1.4.x"
58+
"angular-mocks": "1.4.x",
59+
"bind-polyfill": "~1.0.0"
5960
},
6061
"resolutions": {
6162
"angular": "1.4.x",

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = function(config) {
1313

1414
// list of files / patterns to load in the browser
1515
files: [].concat(
16+
'bower_components/bind-polyfill/index.js',
1617
bowerFiles,
1718
'tests/test-helpers/*.js',
1819
'./app/topcoder.module.js',

0 commit comments

Comments
 (0)