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