Opal-Estate-Pro/node_modules/function-bind
2019-09-13 09:44:33 +07:00
..
test uapte 2019-09-13 09:44:33 +07:00
.editorconfig uapte 2019-09-13 09:44:33 +07:00
.eslintrc uapte 2019-09-13 09:44:33 +07:00
.jscs.json uapte 2019-09-13 09:44:33 +07:00
.npmignore uapte 2019-09-13 09:44:33 +07:00
.travis.yml uapte 2019-09-13 09:44:33 +07:00
implementation.js uapte 2019-09-13 09:44:33 +07:00
index.js uapte 2019-09-13 09:44:33 +07:00
LICENSE uapte 2019-09-13 09:44:33 +07:00
package.json uapte 2019-09-13 09:44:33 +07:00
README.md uapte 2019-09-13 09:44:33 +07:00

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