kiruthiga 55473b7e7c initial push 5 gün önce
..
test 55473b7e7c initial push 5 gün önce
.editorconfig 55473b7e7c initial push 5 gün önce
.eslintrc 55473b7e7c initial push 5 gün önce
.jscs.json 55473b7e7c initial push 5 gün önce
.npmignore 55473b7e7c initial push 5 gün önce
.travis.yml 55473b7e7c initial push 5 gün önce
LICENSE 55473b7e7c initial push 5 gün önce
README.md 55473b7e7c initial push 5 gün önce
implementation.js 55473b7e7c initial push 5 gün önce
index.js 55473b7e7c initial push 5 gün önce
package.json 55473b7e7c initial push 5 gün ö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