huahua 086cfb539e first commit 2 gadi atpakaļ
..
test 086cfb539e first commit 2 gadi atpakaļ
.editorconfig 086cfb539e first commit 2 gadi atpakaļ
.eslintrc 086cfb539e first commit 2 gadi atpakaļ
.jscs.json 086cfb539e first commit 2 gadi atpakaļ
.npmignore 086cfb539e first commit 2 gadi atpakaļ
.travis.yml 086cfb539e first commit 2 gadi atpakaļ
LICENSE 086cfb539e first commit 2 gadi atpakaļ
README.md 086cfb539e first commit 2 gadi atpakaļ
implementation.js 086cfb539e first commit 2 gadi atpakaļ
index.js 086cfb539e first commit 2 gadi atpakaļ
package.json 086cfb539e first commit 2 gadi atpakaļ

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