Last updated 3 years ago
Was this helpful?
Implementation of function.prototype.bind
I mainly do this for unit tests I run on phantomjs. PhantomJS does not have Function.prototype.bind :(
npm install function-bind
Raynos
Function.prototype.bind = require("function-bind")