zz 65c8a28f48 项目初始化 1 hafta önce
..
test 65c8a28f48 项目初始化 1 hafta önce
.editorconfig 65c8a28f48 项目初始化 1 hafta önce
.eslintrc 65c8a28f48 项目初始化 1 hafta önce
.jscs.json 65c8a28f48 项目初始化 1 hafta önce
.npmignore 65c8a28f48 项目初始化 1 hafta önce
.travis.yml 65c8a28f48 项目初始化 1 hafta önce
LICENSE 65c8a28f48 项目初始化 1 hafta önce
README.md 65c8a28f48 项目初始化 1 hafta önce
implementation.js 65c8a28f48 项目初始化 1 hafta önce
index.js 65c8a28f48 项目初始化 1 hafta önce
package.json 65c8a28f48 项目初始化 1 hafta önce

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