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