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

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