spaceout/front_end/node_modules/function-bind
2020-12-12 10:25:30 -05:00
..
test Added Django and React Template 2020-12-12 10:25:30 -05:00
.editorconfig Added Django and React Template 2020-12-12 10:25:30 -05:00
.eslintrc Added Django and React Template 2020-12-12 10:25:30 -05:00
.jscs.json Added Django and React Template 2020-12-12 10:25:30 -05:00
.npmignore Added Django and React Template 2020-12-12 10:25:30 -05:00
.travis.yml Added Django and React Template 2020-12-12 10:25:30 -05:00
implementation.js Added Django and React Template 2020-12-12 10:25:30 -05:00
index.js Added Django and React Template 2020-12-12 10:25:30 -05:00
LICENSE Added Django and React Template 2020-12-12 10:25:30 -05:00
package.json Added Django and React Template 2020-12-12 10:25:30 -05:00
README.md Added Django and React Template 2020-12-12 10:25:30 -05: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