zz 65c8a28f48 项目初始化 пре 3 дана
..
test 65c8a28f48 项目初始化 пре 3 дана
.editorconfig 65c8a28f48 项目初始化 пре 3 дана
.eslintrc 65c8a28f48 项目初始化 пре 3 дана
.jscs.json 65c8a28f48 项目初始化 пре 3 дана
.npmignore 65c8a28f48 项目初始化 пре 3 дана
.travis.yml 65c8a28f48 项目初始化 пре 3 дана
LICENSE 65c8a28f48 项目初始化 пре 3 дана
README.md 65c8a28f48 项目初始化 пре 3 дана
implementation.js 65c8a28f48 项目初始化 пре 3 дана
index.js 65c8a28f48 项目初始化 пре 3 дана
package.json 65c8a28f48 项目初始化 пре 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