吕君喜 406d880ac6 first před 3 roky
..
test 406d880ac6 first před 3 roky
.editorconfig 406d880ac6 first před 3 roky
.eslintrc 406d880ac6 first před 3 roky
.jscs.json 406d880ac6 first před 3 roky
.npmignore 406d880ac6 first před 3 roky
.travis.yml 406d880ac6 first před 3 roky
LICENSE 406d880ac6 first před 3 roky
README.md 406d880ac6 first před 3 roky
implementation.js 406d880ac6 first před 3 roky
index.js 406d880ac6 first před 3 roky
package.json 406d880ac6 first před 3 roky

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