吕君喜 406d880ac6 first | vor 3 Jahren | |
---|---|---|
.. | ||
test | vor 3 Jahren | |
.editorconfig | vor 3 Jahren | |
.eslintrc | vor 3 Jahren | |
.jscs.json | vor 3 Jahren | |
.npmignore | vor 3 Jahren | |
.travis.yml | vor 3 Jahren | |
LICENSE | vor 3 Jahren | |
README.md | vor 3 Jahren | |
implementation.js | vor 3 Jahren | |
index.js | vor 3 Jahren | |
package.json | vor 3 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