Dailin 415ba84223 | hace 4 años | ||
---|---|---|---|
.. | |||
test | 删除 | hace 4 años | |
.editorconfig | hace 4 años | ||
.eslintrc | hace 4 años | ||
.jscs.json | hace 4 años | ||
.npmignore | hace 4 años | ||
.travis.yml | hace 4 años | ||
LICENSE | hace 4 años | ||
README.md | hace 4 años | ||
implementation.js | hace 4 años | ||
index.js | hace 4 años | ||
package.json | hace 4 años |
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