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

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