H5-ThreeDoorder/node_modules/function-bind
whitechiina 361f444663 updata 2025-03-28 14:06:25 +08:00
..
test updata 2025-03-28 14:06:25 +08:00
.editorconfig updata 2025-03-28 14:06:25 +08:00
.eslintrc updata 2025-03-28 14:06:25 +08:00
.jscs.json updata 2025-03-28 14:06:25 +08:00
.npmignore updata 2025-03-28 14:06:25 +08:00
.travis.yml updata 2025-03-28 14:06:25 +08:00
LICENSE updata 2025-03-28 14:06:25 +08:00
README.md updata 2025-03-28 14:06:25 +08:00
implementation.js updata 2025-03-28 14:06:25 +08:00
index.js updata 2025-03-28 14:06:25 +08:00
package.json updata 2025-03-28 14:06:25 +08: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