CityBEM-CityLayers-SaeedRay.../node_modules/function-bind
2024-11-05 15:01:14 -05:00
..
test This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05:00
.editorconfig This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05:00
.eslintrc This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05:00
.jscs.json This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05:00
.npmignore This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05:00
.travis.yml This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05:00
implementation.js This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05:00
index.js This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05:00
LICENSE This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05:00
package.json This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05:00
README.md This commit pushes the node_modules folder separately due to its large size. 2024-11-05 15:01:14 -05: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