APPLE 40fd72a105 wesmiler 抢表商城 3 年 前
..
test 40fd72a105 wesmiler 抢表商城 3 年 前
.editorconfig 40fd72a105 wesmiler 抢表商城 3 年 前
.eslintrc 40fd72a105 wesmiler 抢表商城 3 年 前
.jscs.json 40fd72a105 wesmiler 抢表商城 3 年 前
.npmignore 40fd72a105 wesmiler 抢表商城 3 年 前
.travis.yml 40fd72a105 wesmiler 抢表商城 3 年 前
LICENSE 40fd72a105 wesmiler 抢表商城 3 年 前
README.md 40fd72a105 wesmiler 抢表商城 3 年 前
implementation.js 40fd72a105 wesmiler 抢表商城 3 年 前
index.js 40fd72a105 wesmiler 抢表商城 3 年 前
package.json 40fd72a105 wesmiler 抢表商城 3 年 前

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