Dailin 415ba84223 | il y a 3 ans | ||
---|---|---|---|
.. | |||
test | 删除 | il y a 3 ans | |
.editorconfig | il y a 3 ans | ||
.eslintrc | il y a 3 ans | ||
.jscs.json | il y a 3 ans | ||
.npmignore | il y a 3 ans | ||
.travis.yml | il y a 3 ans | ||
LICENSE | il y a 3 ans | ||
README.md | il y a 3 ans | ||
implementation.js | il y a 3 ans | ||
index.js | il y a 3 ans | ||
package.json | il y a 3 ans |
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