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 2 ans
..
test init il y a 2 ans
.editorconfig init il y a 2 ans
.eslintrc init il y a 2 ans
.jscs.json init il y a 2 ans
.npmignore init il y a 2 ans
.travis.yml init il y a 2 ans
LICENSE init il y a 2 ans
README.md init il y a 2 ans
implementation.js init il y a 2 ans
index.js init il y a 2 ans
package.json init il y a 2 ans

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