odin-default-js-exercises/node_modules/function-bind
Cody Loyd 834d78b8b2 remove timer and simon 2017-12-15 12:56:14 -06:00
..
test remove timer and simon 2017-12-15 12:56:14 -06:00
.editorconfig remove timer and simon 2017-12-15 12:56:14 -06:00
.eslintrc remove timer and simon 2017-12-15 12:56:14 -06:00
.jscs.json remove timer and simon 2017-12-15 12:56:14 -06:00
.npmignore remove timer and simon 2017-12-15 12:56:14 -06:00
.travis.yml remove timer and simon 2017-12-15 12:56:14 -06:00
LICENSE remove timer and simon 2017-12-15 12:56:14 -06:00
README.md remove timer and simon 2017-12-15 12:56:14 -06:00
implementation.js remove timer and simon 2017-12-15 12:56:14 -06:00
index.js remove timer and simon 2017-12-15 12:56:14 -06:00
package.json remove timer and simon 2017-12-15 12:56:14 -06:00

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