yuanhao b574408fd7 first commit преди 3 години
..
test b574408fd7 first commit преди 3 години
.editorconfig b574408fd7 first commit преди 3 години
.eslintrc b574408fd7 first commit преди 3 години
.jscs.json b574408fd7 first commit преди 3 години
.npmignore b574408fd7 first commit преди 3 години
.travis.yml b574408fd7 first commit преди 3 години
LICENSE b574408fd7 first commit преди 3 години
README.md b574408fd7 first commit преди 3 години
implementation.js b574408fd7 first commit преди 3 години
index.js b574408fd7 first commit преди 3 години
package.json b574408fd7 first commit преди 3 години

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