Maik 79c46dcb5d modul vor 3 Jahren
..
test 79c46dcb5d modul vor 3 Jahren
.editorconfig 79c46dcb5d modul vor 3 Jahren
.eslintrc 79c46dcb5d modul vor 3 Jahren
.jscs.json 79c46dcb5d modul vor 3 Jahren
.npmignore 79c46dcb5d modul vor 3 Jahren
.travis.yml 79c46dcb5d modul vor 3 Jahren
LICENSE 79c46dcb5d modul vor 3 Jahren
README.md 79c46dcb5d modul vor 3 Jahren
implementation.js 79c46dcb5d modul vor 3 Jahren
index.js 79c46dcb5d modul vor 3 Jahren
package.json 79c46dcb5d modul vor 3 Jahren

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