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