root 3bf41bf355 update | před 1 rokem | |
---|---|---|
.. | ||
test | před 1 rokem | |
.editorconfig | před 1 rokem | |
.eslintrc | před 1 rokem | |
.jscs.json | před 1 rokem | |
.npmignore | před 1 rokem | |
.travis.yml | před 1 rokem | |
LICENSE | před 1 rokem | |
README.md | před 1 rokem | |
implementation.js | před 1 rokem | |
index.js | před 1 rokem | |
package.json | před 1 rokem |
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