made-in-akira/node_modules/function-bind
Akira Olivia Pink 83f1f9e08b added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
..
test added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
.editorconfig added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
.eslintrc added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
.jscs.json added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
.npmignore added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
.travis.yml added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
LICENSE added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
README.md added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
implementation.js added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
index.js added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03:00
package.json added my css userstyles! and maybe some graphic design stuff? i've forgorten 2021-10-24 22:20:19 -03: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