Denis 346b78aee1 first commit 2 ani în urmă
..
test 346b78aee1 first commit 2 ani în urmă
.editorconfig 346b78aee1 first commit 2 ani în urmă
.eslintrc 346b78aee1 first commit 2 ani în urmă
.jscs.json 346b78aee1 first commit 2 ani în urmă
.npmignore 346b78aee1 first commit 2 ani în urmă
.travis.yml 346b78aee1 first commit 2 ani în urmă
LICENSE 346b78aee1 first commit 2 ani în urmă
README.md 346b78aee1 first commit 2 ani în urmă
implementation.js 346b78aee1 first commit 2 ani în urmă
index.js 346b78aee1 first commit 2 ani în urmă
package.json 346b78aee1 first commit 2 ani în urmă

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