peach a19a732be8 commit message 2 tahun lalu
..
test a19a732be8 commit message 2 tahun lalu
.editorconfig a19a732be8 commit message 2 tahun lalu
.eslintrc a19a732be8 commit message 2 tahun lalu
.jscs.json a19a732be8 commit message 2 tahun lalu
.npmignore a19a732be8 commit message 2 tahun lalu
.travis.yml a19a732be8 commit message 2 tahun lalu
LICENSE a19a732be8 commit message 2 tahun lalu
README.md a19a732be8 commit message 2 tahun lalu
implementation.js a19a732be8 commit message 2 tahun lalu
index.js a19a732be8 commit message 2 tahun lalu
package.json a19a732be8 commit message 2 tahun lalu

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