Irina Glushko 2389e7160b HW1 done | 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