Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
root d8c1b4a1be initial 5年前
..
test initial 5年前
.editorconfig initial 5年前
.eslintrc initial 5年前
.jscs.json initial 5年前
.npmignore initial 5年前
.travis.yml initial 5年前
LICENSE initial 5年前
README.md initial 5年前
implementation.js initial 5年前
index.js initial 5年前
package.json initial 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