Emmanuel b7eccee437 Navbar | hace 5 años | |
---|---|---|
.. | ||
test | hace 5 años | |
.editorconfig | hace 5 años | |
.eslintrc | hace 5 años | |
.jscs.json | hace 5 años | |
.npmignore | hace 5 años | |
.travis.yml | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
implementation.js | hace 5 años | |
index.js | hace 5 años | |
package.json | hace 5 años |
Implementation of function.prototype.bind
I mainly do this for unit tests I run on phantomjs. PhantomJS does not have Function.prototype.bind :(
Function.prototype.bind = require("function-bind")
npm install function-bind