huituanxueqian 7740728225 commit | vor 1 Jahr | |
---|---|---|
.. | ||
test | vor 1 Jahr | |
.editorconfig | vor 1 Jahr | |
.eslintrc | vor 1 Jahr | |
.jscs.json | vor 1 Jahr | |
.npmignore | vor 1 Jahr | |
.travis.yml | vor 1 Jahr | |
LICENSE | vor 1 Jahr | |
README.md | vor 1 Jahr | |
implementation.js | vor 1 Jahr | |
index.js | vor 1 Jahr | |
package.json | vor 1 Jahr |
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