bloodymary/node_modules/function-bind
2020-05-17 12:54:13 +00:00
..
test Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +00:00
.editorconfig Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +00:00
.eslintrc Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +00:00
.jscs.json Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +00:00
.npmignore Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +00:00
.travis.yml Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +00:00
implementation.js Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +00:00
index.js Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +00:00
LICENSE Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +00:00
package.json Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +00:00
README.md Changes of win ptb v0.0.52 1 2020-05-17 12:54:13 +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