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ů.
wq dbcaee30a6 Initial commit před 2 roky
..
test Initial commit před 2 roky
.editorconfig Initial commit před 2 roky
.eslintrc Initial commit před 2 roky
.jscs.json Initial commit před 2 roky
.npmignore Initial commit před 2 roky
.travis.yml Initial commit před 2 roky
LICENSE Initial commit před 2 roky
README.md Initial commit před 2 roky
implementation.js Initial commit před 2 roky
index.js Initial commit před 2 roky
package.json Initial commit před 2 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