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