system_assignation/node_modules/function-bind
2022-03-24 09:22:39 -04:00
..
test add working version of ep_workflow 2022-03-24 09:22:39 -04:00
.editorconfig add working version of ep_workflow 2022-03-24 09:22:39 -04:00
.eslintrc add working version of ep_workflow 2022-03-24 09:22:39 -04:00
.jscs.json add working version of ep_workflow 2022-03-24 09:22:39 -04:00
.npmignore add working version of ep_workflow 2022-03-24 09:22:39 -04:00
.travis.yml add working version of ep_workflow 2022-03-24 09:22:39 -04:00
implementation.js add working version of ep_workflow 2022-03-24 09:22:39 -04:00
index.js add working version of ep_workflow 2022-03-24 09:22:39 -04:00
LICENSE add working version of ep_workflow 2022-03-24 09:22:39 -04:00
package.json add working version of ep_workflow 2022-03-24 09:22:39 -04:00
README.md add working version of ep_workflow 2022-03-24 09:22:39 -04: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