Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit há 3 anos
..
test First Commit há 3 anos
.editorconfig First Commit há 3 anos
.eslintrc First Commit há 3 anos
.jscs.json First Commit há 3 anos
.npmignore First Commit há 3 anos
.travis.yml First Commit há 3 anos
LICENSE First Commit há 3 anos
README.md First Commit há 3 anos
implementation.js First Commit há 3 anos
index.js First Commit há 3 anos
package.json First Commit há 3 anos

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