Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
wq dbcaee30a6 Initial commit 2 лет назад
..
test Initial commit 2 лет назад
.editorconfig Initial commit 2 лет назад
.eslintrc Initial commit 2 лет назад
.jscs.json Initial commit 2 лет назад
.npmignore Initial commit 2 лет назад
.travis.yml Initial commit 2 лет назад
LICENSE Initial commit 2 лет назад
README.md Initial commit 2 лет назад
implementation.js Initial commit 2 лет назад
index.js Initial commit 2 лет назад
package.json Initial commit 2 лет назад

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