robert2206 8ad867f7a5 commit inicial hace 8 años
..
test 8ad867f7a5 commit inicial hace 8 años
.eslintrc 8ad867f7a5 commit inicial hace 8 años
.jscs.json 8ad867f7a5 commit inicial hace 8 años
.npmignore 8ad867f7a5 commit inicial hace 8 años
.travis.yml 8ad867f7a5 commit inicial hace 8 años
LICENSE 8ad867f7a5 commit inicial hace 8 años
README.md 8ad867f7a5 commit inicial hace 8 años
implementation.js 8ad867f7a5 commit inicial hace 8 años
index.js 8ad867f7a5 commit inicial hace 8 años
package.json 8ad867f7a5 commit inicial hace 8 años

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