Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
root 654479ece4 mbip пре 5 година
..
test mbip пре 5 година
.editorconfig mbip пре 5 година
.eslintrc mbip пре 5 година
.jscs.json mbip пре 5 година
.npmignore mbip пре 5 година
.travis.yml mbip пре 5 година
LICENSE mbip пре 5 година
README.md mbip пре 5 година
implementation.js mbip пре 5 година
index.js mbip пре 5 година
package.json mbip пре 5 година

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