Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
Dailin 415ba84223 pre0115 3 år sedan
..
test pre0115 删除 3 år sedan
.editorconfig pre0115 3 år sedan
.eslintrc pre0115 3 år sedan
.jscs.json pre0115 3 år sedan
.npmignore pre0115 3 år sedan
.travis.yml pre0115 3 år sedan
LICENSE pre0115 3 år sedan
README.md pre0115 3 år sedan
implementation.js pre0115 3 år sedan
index.js pre0115 3 år sedan
package.json pre0115 3 år sedan

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