kmiyashiro / grunt-mocha

[MOVED] Grunt task for running mocha specs in a headless browser (PhantomJS)
MIT License
369 stars 106 forks source link

Inject Function.prototype.bind polyfill #149

Closed LeMisterV closed 8 years ago

LeMisterV commented 9 years ago

PhantomJS is missing this usefull method: bind() Adding this polyfill in all documents seems painless and usefull...

What about this ?

kmiyashiro commented 8 years ago

Sorry, adding polyfills is definitely not within the scope of this project. Thanks for the suggestion though!