root 3bf41bf355 update | 1 ano atrás | |
---|---|---|
.. | ||
test | 1 ano atrás | |
.editorconfig | 1 ano atrás | |
.eslintrc | 1 ano atrás | |
.jscs.json | 1 ano atrás | |
.npmignore | 1 ano atrás | |
.travis.yml | 1 ano atrás | |
LICENSE | 1 ano atrás | |
README.md | 1 ano atrás | |
implementation.js | 1 ano atrás | |
index.js | 1 ano atrás | |
package.json | 1 ano 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