Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
nitowa 1dae68b1c7 init il y a 1 an
..
test init il y a 1 an
.editorconfig init il y a 1 an
.eslintrc init il y a 1 an
.jscs.json init il y a 1 an
.npmignore init il y a 1 an
.travis.yml init il y a 1 an
LICENSE init il y a 1 an
README.md init il y a 1 an
implementation.js init il y a 1 an
index.js init il y a 1 an
package.json init il y a 1 an

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