Illia Kozyr c722a49f64 React Project DONE | пре 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