Dashboard sipadu mbip
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.
root d8c1b4a1be initial il y a 5 ans
..
test initial il y a 5 ans
.editorconfig initial il y a 5 ans
.eslintrc initial il y a 5 ans
.jscs.json initial il y a 5 ans
.npmignore initial il y a 5 ans
.travis.yml initial il y a 5 ans
LICENSE initial il y a 5 ans
README.md initial il y a 5 ans
implementation.js initial il y a 5 ans
index.js initial il y a 5 ans
package.json initial il y a 5 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