lihai 8d6c751f49 feat: push | лет назад: 2 | |
---|---|---|
.. | ||
test | лет назад: 2 | |
.editorconfig | лет назад: 2 | |
.eslintrc | лет назад: 2 | |
.jscs.json | лет назад: 2 | |
.npmignore | лет назад: 2 | |
.travis.yml | лет назад: 2 | |
LICENSE | лет назад: 2 | |
README.md | лет назад: 2 | |
implementation.js | лет назад: 2 | |
index.js | лет назад: 2 | |
package.json | лет назад: 2 |
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