peach a19a732be8 commit message 2 роки тому
..
test a19a732be8 commit message 2 роки тому
.editorconfig a19a732be8 commit message 2 роки тому
.eslintrc a19a732be8 commit message 2 роки тому
.jscs.json a19a732be8 commit message 2 роки тому
.npmignore a19a732be8 commit message 2 роки тому
.travis.yml a19a732be8 commit message 2 роки тому
LICENSE a19a732be8 commit message 2 роки тому
README.md a19a732be8 commit message 2 роки тому
implementation.js a19a732be8 commit message 2 роки тому
index.js a19a732be8 commit message 2 роки тому
package.json a19a732be8 commit message 2 роки тому

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