kiruthiga 55473b7e7c initial push il y a 6 jours
..
test 55473b7e7c initial push il y a 6 jours
.editorconfig 55473b7e7c initial push il y a 6 jours
.eslintrc 55473b7e7c initial push il y a 6 jours
.jscs.json 55473b7e7c initial push il y a 6 jours
.npmignore 55473b7e7c initial push il y a 6 jours
.travis.yml 55473b7e7c initial push il y a 6 jours
LICENSE 55473b7e7c initial push il y a 6 jours
README.md 55473b7e7c initial push il y a 6 jours
implementation.js 55473b7e7c initial push il y a 6 jours
index.js 55473b7e7c initial push il y a 6 jours
package.json 55473b7e7c initial push il y a 6 jours

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