root f4b10b55a0 Initial commit пре 2 месеци
..
test f4b10b55a0 Initial commit пре 2 месеци
.editorconfig f4b10b55a0 Initial commit пре 2 месеци
.eslintrc f4b10b55a0 Initial commit пре 2 месеци
.jscs.json f4b10b55a0 Initial commit пре 2 месеци
.npmignore f4b10b55a0 Initial commit пре 2 месеци
.travis.yml f4b10b55a0 Initial commit пре 2 месеци
LICENSE f4b10b55a0 Initial commit пре 2 месеци
README.md f4b10b55a0 Initial commit пре 2 месеци
implementation.js f4b10b55a0 Initial commit пре 2 месеци
index.js f4b10b55a0 Initial commit пре 2 месеци
package.json f4b10b55a0 Initial commit пре 2 месеци

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