gaojunlong 0b996e41aa 2025-03-04-1 преди 2 месеца
..
test 0b996e41aa 2025-03-04-1 преди 2 месеца
.editorconfig 0b996e41aa 2025-03-04-1 преди 2 месеца
.eslintrc 0b996e41aa 2025-03-04-1 преди 2 месеца
.jscs.json 0b996e41aa 2025-03-04-1 преди 2 месеца
.npmignore 0b996e41aa 2025-03-04-1 преди 2 месеца
.travis.yml 0b996e41aa 2025-03-04-1 преди 2 месеца
LICENSE 0b996e41aa 2025-03-04-1 преди 2 месеца
README.md 0b996e41aa 2025-03-04-1 преди 2 месеца
implementation.js 0b996e41aa 2025-03-04-1 преди 2 месеца
index.js 0b996e41aa 2025-03-04-1 преди 2 месеца
package.json 0b996e41aa 2025-03-04-1 преди 2 месеца

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