bloodymary/node_modules/function-bind
2020-05-17 12:54:26 +00:00
..
test Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00
.editorconfig Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00
.eslintrc Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00
.jscs.json Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00
.npmignore Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00
.travis.yml Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00
implementation.js Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00
index.js Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00
LICENSE Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00
package.json Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00
README.md Changes of osx development v0.0.8640 5 2020-05-17 12:54:26 +00:00

function-bind

Implementation of function.prototype.bind

Example

I mainly do this for unit tests I run on phantomjs. PhantomJS does not have Function.prototype.bind :(

Function.prototype.bind = require("function-bind")

Installation

npm install function-bind

Contributors

  • Raynos

MIT Licenced