pixelbattle/node_modules/function-bind
leca eb425f4400 implemented basic client-server communication 2023-07-31 19:18:21 +03:00
..
test implemented basic client-server communication 2023-07-31 19:18:21 +03:00
.editorconfig implemented basic client-server communication 2023-07-31 19:18:21 +03:00
.eslintrc implemented basic client-server communication 2023-07-31 19:18:21 +03:00
.jscs.json implemented basic client-server communication 2023-07-31 19:18:21 +03:00
.npmignore implemented basic client-server communication 2023-07-31 19:18:21 +03:00
.travis.yml implemented basic client-server communication 2023-07-31 19:18:21 +03:00
LICENSE implemented basic client-server communication 2023-07-31 19:18:21 +03:00
README.md implemented basic client-server communication 2023-07-31 19:18:21 +03:00
implementation.js implemented basic client-server communication 2023-07-31 19:18:21 +03:00
index.js implemented basic client-server communication 2023-07-31 19:18:21 +03:00
package.json implemented basic client-server communication 2023-07-31 19:18:21 +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