yrik 0fb20a58e3 提交 преди 4 години
..
test eec7f449c9 first commit преди 4 години
.editorconfig eec7f449c9 first commit преди 4 години
.eslintrc eec7f449c9 first commit преди 4 години
.jscs.json eec7f449c9 first commit преди 4 години
.npmignore eec7f449c9 first commit преди 4 години
.travis.yml eec7f449c9 first commit преди 4 години
LICENSE eec7f449c9 first commit преди 4 години
README.md eec7f449c9 first commit преди 4 години
implementation.js eec7f449c9 first commit преди 4 години
index.js eec7f449c9 first commit преди 4 години
package.json 0fb20a58e3 提交 преди 4 години

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