jayfella c97084e992 Initial Commit пре 5 година
..
test c97084e992 Initial Commit пре 5 година
.editorconfig c97084e992 Initial Commit пре 5 година
.eslintrc c97084e992 Initial Commit пре 5 година
.jscs.json c97084e992 Initial Commit пре 5 година
.npmignore c97084e992 Initial Commit пре 5 година
.travis.yml c97084e992 Initial Commit пре 5 година
LICENSE c97084e992 Initial Commit пре 5 година
README.md c97084e992 Initial Commit пре 5 година
implementation.js c97084e992 Initial Commit пре 5 година
index.js c97084e992 Initial Commit пре 5 година
package.json c97084e992 Initial Commit пре 5 година

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