Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
nitowa 1dae68b1c7 init 2 лет назад
..
test init 2 лет назад
.editorconfig init 2 лет назад
.eslintrc init 2 лет назад
.jscs.json init 2 лет назад
.npmignore init 2 лет назад
.travis.yml init 2 лет назад
LICENSE init 2 лет назад
README.md init 2 лет назад
implementation.js init 2 лет назад
index.js init 2 лет назад
package.json init 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