Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
nitowa 1dae68b1c7 init 1 рік тому
..
test init 1 рік тому
.editorconfig init 1 рік тому
.eslintrc init 1 рік тому
.jscs.json init 1 рік тому
.npmignore init 1 рік тому
.travis.yml init 1 рік тому
LICENSE init 1 рік тому
README.md init 1 рік тому
implementation.js init 1 рік тому
index.js init 1 рік тому
package.json init 1 рік тому

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