25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit 3 yıl önce
..
test First Commit 3 yıl önce
.editorconfig First Commit 3 yıl önce
.eslintrc First Commit 3 yıl önce
.jscs.json First Commit 3 yıl önce
.npmignore First Commit 3 yıl önce
.travis.yml First Commit 3 yıl önce
LICENSE First Commit 3 yıl önce
README.md First Commit 3 yıl önce
implementation.js First Commit 3 yıl önce
index.js First Commit 3 yıl önce
package.json First Commit 3 yıl önce

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