Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit před 3 roky
..
test First Commit před 3 roky
.editorconfig First Commit před 3 roky
.eslintrc First Commit před 3 roky
.jscs.json First Commit před 3 roky
.npmignore First Commit před 3 roky
.travis.yml First Commit před 3 roky
LICENSE First Commit před 3 roky
README.md First Commit před 3 roky
implementation.js First Commit před 3 roky
index.js First Commit před 3 roky
package.json First Commit před 3 roky

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