zz 65c8a28f48 项目初始化 4 giorni fa
..
test 65c8a28f48 项目初始化 4 giorni fa
.editorconfig 65c8a28f48 项目初始化 4 giorni fa
.eslintrc 65c8a28f48 项目初始化 4 giorni fa
.jscs.json 65c8a28f48 项目初始化 4 giorni fa
.npmignore 65c8a28f48 项目初始化 4 giorni fa
.travis.yml 65c8a28f48 项目初始化 4 giorni fa
LICENSE 65c8a28f48 项目初始化 4 giorni fa
README.md 65c8a28f48 项目初始化 4 giorni fa
implementation.js 65c8a28f48 项目初始化 4 giorni fa
index.js 65c8a28f48 项目初始化 4 giorni fa
package.json 65c8a28f48 项目初始化 4 giorni fa

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