lhl 6ff0e96ad3 8-4-1 1 yıl önce
..
test 6ff0e96ad3 8-4-1 1 yıl önce
.editorconfig 6ff0e96ad3 8-4-1 1 yıl önce
.eslintrc 6ff0e96ad3 8-4-1 1 yıl önce
.jscs.json 6ff0e96ad3 8-4-1 1 yıl önce
.npmignore 6ff0e96ad3 8-4-1 1 yıl önce
.travis.yml 6ff0e96ad3 8-4-1 1 yıl önce
LICENSE 6ff0e96ad3 8-4-1 1 yıl önce
README.md 6ff0e96ad3 8-4-1 1 yıl önce
implementation.js 6ff0e96ad3 8-4-1 1 yıl önce
index.js 6ff0e96ad3 8-4-1 1 yıl önce
package.json 6ff0e96ad3 8-4-1 1 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