Zhouyiping 5a7c95461a first commit hace 3 días
..
test 5a7c95461a first commit hace 3 días
.editorconfig 5a7c95461a first commit hace 3 días
.eslintrc 5a7c95461a first commit hace 3 días
.jscs.json 5a7c95461a first commit hace 3 días
.npmignore 5a7c95461a first commit hace 3 días
.travis.yml 5a7c95461a first commit hace 3 días
LICENSE 5a7c95461a first commit hace 3 días
README.md 5a7c95461a first commit hace 3 días
implementation.js 5a7c95461a first commit hace 3 días
index.js 5a7c95461a first commit hace 3 días
package.json 5a7c95461a first commit hace 3 días

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