Emmanuel b7eccee437 Navbar | 5 anos atrás | |
---|---|---|
.. | ||
test | 5 anos atrás | |
.editorconfig | 5 anos atrás | |
.eslintrc | 5 anos atrás | |
.jscs.json | 5 anos atrás | |
.npmignore | 5 anos atrás | |
.travis.yml | 5 anos atrás | |
LICENSE | 5 anos atrás | |
README.md | 5 anos atrás | |
implementation.js | 5 anos atrás | |
index.js | 5 anos atrás | |
package.json | 5 anos atrás |
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