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.
 
 
 
 
Dailin 415ba84223 pre0115 4 yıl önce
..
test pre0115 删除 4 yıl önce
.editorconfig pre0115 4 yıl önce
.eslintrc pre0115 4 yıl önce
.jscs.json pre0115 4 yıl önce
.npmignore pre0115 4 yıl önce
.travis.yml pre0115 4 yıl önce
LICENSE pre0115 4 yıl önce
README.md pre0115 4 yıl önce
implementation.js pre0115 4 yıl önce
index.js pre0115 4 yıl önce
package.json pre0115 4 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