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