deepsea ca9f471156 first commit hace 1 año
..
test ca9f471156 first commit hace 1 año
.editorconfig ca9f471156 first commit hace 1 año
.eslintrc ca9f471156 first commit hace 1 año
.jscs.json ca9f471156 first commit hace 1 año
.npmignore ca9f471156 first commit hace 1 año
.travis.yml ca9f471156 first commit hace 1 año
LICENSE ca9f471156 first commit hace 1 año
README.md ca9f471156 first commit hace 1 año
implementation.js ca9f471156 first commit hace 1 año
index.js ca9f471156 first commit hace 1 año
package.json ca9f471156 first commit hace 1 año

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