Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
wq dbcaee30a6 Initial commit vor 2 Jahren
..
test Initial commit vor 2 Jahren
.editorconfig Initial commit vor 2 Jahren
.eslintrc Initial commit vor 2 Jahren
.jscs.json Initial commit vor 2 Jahren
.npmignore Initial commit vor 2 Jahren
.travis.yml Initial commit vor 2 Jahren
LICENSE Initial commit vor 2 Jahren
README.md Initial commit vor 2 Jahren
implementation.js Initial commit vor 2 Jahren
index.js Initial commit vor 2 Jahren
package.json Initial commit vor 2 Jahren

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