liangjiahao 8f813121f8 添加查看按钮的窗口 3 years ago
..
test fcedc92fa0 完成了基础 3 years ago
.editorconfig fcedc92fa0 完成了基础 3 years ago
.eslintrc fcedc92fa0 完成了基础 3 years ago
.jscs.json fcedc92fa0 完成了基础 3 years ago
.npmignore fcedc92fa0 完成了基础 3 years ago
.travis.yml fcedc92fa0 完成了基础 3 years ago
LICENSE fcedc92fa0 完成了基础 3 years ago
README.md fcedc92fa0 完成了基础 3 years ago
implementation.js fcedc92fa0 完成了基础 3 years ago
index.js fcedc92fa0 完成了基础 3 years ago
package.json 8f813121f8 添加查看按钮的窗口 3 years ago

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