Fantasy-Map-Generator/node_modules/function-bind
2021-12-12 23:02:38 -08:00
..
test merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
.editorconfig merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
.eslintrc merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
.jscs.json merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
.npmignore merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
.travis.yml merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
implementation.js merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
index.js merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
LICENSE merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
package.json merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
README.md merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08: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