sensordb2 e64a8defe5 3.17 | hace 1 año | |
---|---|---|
.. | ||
test | hace 1 año | |
.editorconfig | hace 1 año | |
.eslintrc | hace 1 año | |
.jscs.json | hace 1 año | |
.npmignore | hace 1 año | |
.travis.yml | hace 1 año | |
LICENSE | hace 1 año | |
README.md | hace 1 año | |
implementation.js | hace 1 año | |
index.js | hace 1 año | |
package.json | hace 1 año |
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