trouble-in-terror-town/node_modules/function-bind
Mikolaj 2bbacbea09 did some more work on networking and removed EOS in favor of LRM
did some more work on networking and removed EOS in favor of Light Reflective Mirror
2022-05-31 15:04:31 +02:00
..
test did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
.editorconfig did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
.eslintrc did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
.jscs.json did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
.npmignore did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
.travis.yml did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
implementation.js did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
index.js did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
LICENSE did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
package.json did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
README.md did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02: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