paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 387 forks source link

Error in PhantomJS #396

Closed denar90 closed 8 years ago

denar90 commented 8 years ago

Hi. I'm using brunch for building my app. For tests karma and PhantomJS as browser. When I running tests I get error:

PhantomJS 1.9.8 (Mac OS X 0.0.0) ERROR
  TypeError: 'undefined' is not a function (evaluating 'Function.call.bind(Function.apply)')

In Chrome everything is fine.

denar90 commented 8 years ago

Sorry, duplicate https://github.com/paulmillr/es6-shim/issues/312