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