capellaresumo e50e316fbd Adicionando filtro de partículas | há 6 anos atrás | |
---|---|---|
.. | ||
test | há 6 anos atrás | |
.editorconfig | há 6 anos atrás | |
.eslintrc | há 6 anos atrás | |
.jscs.json | há 6 anos atrás | |
.npmignore | há 6 anos atrás | |
.travis.yml | há 6 anos atrás | |
LICENSE | há 6 anos atrás | |
README.md | há 6 anos atrás | |
implementation.js | há 6 anos atrás | |
index.js | há 6 anos atrás | |
package.json | há 6 anos atrás |
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