Dailin 415ba84223 | пре 3 година | ||
---|---|---|---|
.. | |||
test | 删除 | пре 3 година | |
.editorconfig | пре 3 година | ||
.eslintrc | пре 3 година | ||
.jscs.json | пре 3 година | ||
.npmignore | пре 3 година | ||
.travis.yml | пре 3 година | ||
LICENSE | пре 3 година | ||
README.md | пре 3 година | ||
implementation.js | пре 3 година | ||
index.js | пре 3 година | ||
package.json | пре 3 година |
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