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.
 
 
 
 
Dailin 415ba84223 pre0115 il y a 3 ans
..
test pre0115 删除 il y a 3 ans
.editorconfig pre0115 il y a 3 ans
.eslintrc pre0115 il y a 3 ans
.jscs.json pre0115 il y a 3 ans
.npmignore pre0115 il y a 3 ans
.travis.yml pre0115 il y a 3 ans
LICENSE pre0115 il y a 3 ans
README.md pre0115 il y a 3 ans
implementation.js pre0115 il y a 3 ans
index.js pre0115 il y a 3 ans
package.json pre0115 il y a 3 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