vlad 6f123ff03e 18.07 | 6 anos atrás | |
---|---|---|
.. | ||
test | 6 anos atrás | |
.editorconfig | 6 anos atrás | |
.eslintrc | 6 anos atrás | |
.jscs.json | 6 anos atrás | |
.npmignore | 6 anos atrás | |
.travis.yml | 6 anos atrás | |
LICENSE | 6 anos atrás | |
README.md | 6 anos atrás | |
implementation.js | 6 anos atrás | |
index.js | 6 anos atrás | |
package.json | 6 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