Emmanuel b7eccee437 Navbar | пре 5 година | |
---|---|---|
.. | ||
test | пре 5 година | |
.editorconfig | пре 5 година | |
.eslintrc | пре 5 година | |
.jscs.json | пре 5 година | |
.npmignore | пре 5 година | |
.travis.yml | пре 5 година | |
LICENSE | пре 5 година | |
README.md | пре 5 година | |
implementation.js | пре 5 година | |
index.js | пре 5 година | |
package.json | пре 5 година |
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