omem-gallery/node_modules/function-bind
David Heidl 104bf68fef Start mit v1.0 2023-06-12 01:35:42 +02:00
..
test Start mit v1.0 2023-06-12 01:35:42 +02:00
.editorconfig Start mit v1.0 2023-06-12 01:35:42 +02:00
.eslintrc Start mit v1.0 2023-06-12 01:35:42 +02:00
.jscs.json Start mit v1.0 2023-06-12 01:35:42 +02:00
.npmignore Start mit v1.0 2023-06-12 01:35:42 +02:00
.travis.yml Start mit v1.0 2023-06-12 01:35:42 +02:00
LICENSE Start mit v1.0 2023-06-12 01:35:42 +02:00
README.md Start mit v1.0 2023-06-12 01:35:42 +02:00
implementation.js Start mit v1.0 2023-06-12 01:35:42 +02:00
index.js Start mit v1.0 2023-06-12 01:35:42 +02:00
package.json Start mit v1.0 2023-06-12 01:35:42 +02: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