zhang song fec5680ad9 'prod' 6 år sedan
..
test fec5680ad9 'prod' 6 år sedan
.editorconfig fec5680ad9 'prod' 6 år sedan
.eslintrc fec5680ad9 'prod' 6 år sedan
.jscs.json fec5680ad9 'prod' 6 år sedan
.npmignore fec5680ad9 'prod' 6 år sedan
.travis.yml fec5680ad9 'prod' 6 år sedan
LICENSE fec5680ad9 'prod' 6 år sedan
README.md fec5680ad9 'prod' 6 år sedan
implementation.js fec5680ad9 'prod' 6 år sedan
index.js fec5680ad9 'prod' 6 år sedan
package.json fec5680ad9 'prod' 6 år sedan

README.md

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