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.
nitowa 1dae68b1c7 init vor 1 Jahr
..
test init vor 1 Jahr
.editorconfig init vor 1 Jahr
.eslintrc init vor 1 Jahr
.jscs.json init vor 1 Jahr
.npmignore init vor 1 Jahr
.travis.yml init vor 1 Jahr
LICENSE init vor 1 Jahr
README.md init vor 1 Jahr
implementation.js init vor 1 Jahr
index.js init vor 1 Jahr
package.json init vor 1 Jahr

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