zouyong 9d41c5b812 init 5 yıl önce
..
test 9d41c5b812 init 5 yıl önce
.editorconfig 9d41c5b812 init 5 yıl önce
.eslintrc 9d41c5b812 init 5 yıl önce
.jscs.json 9d41c5b812 init 5 yıl önce
.npmignore 9d41c5b812 init 5 yıl önce
.travis.yml 9d41c5b812 init 5 yıl önce
LICENSE 9d41c5b812 init 5 yıl önce
README.md 9d41c5b812 init 5 yıl önce
implementation.js 9d41c5b812 init 5 yıl önce
index.js 9d41c5b812 init 5 yıl önce
package.json 9d41c5b812 init 5 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