GoScrobble/web/node_modules/function-bind
2022-04-25 14:48:54 +12:00
..
test 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
.editorconfig 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
.eslintrc 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
.jscs.json 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
.npmignore 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
.travis.yml 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
implementation.js 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
index.js 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
LICENSE 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
package.json 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
README.md 0.2.0 - Mid migration 2022-04-25 14:48:54 +12: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