zz 65c8a28f48 项目初始化 il y a 5 jours
..
test 65c8a28f48 项目初始化 il y a 5 jours
.editorconfig 65c8a28f48 项目初始化 il y a 5 jours
.eslintrc 65c8a28f48 项目初始化 il y a 5 jours
.jscs.json 65c8a28f48 项目初始化 il y a 5 jours
.npmignore 65c8a28f48 项目初始化 il y a 5 jours
.travis.yml 65c8a28f48 项目初始化 il y a 5 jours
LICENSE 65c8a28f48 项目初始化 il y a 5 jours
README.md 65c8a28f48 项目初始化 il y a 5 jours
implementation.js 65c8a28f48 项目初始化 il y a 5 jours
index.js 65c8a28f48 项目初始化 il y a 5 jours
package.json 65c8a28f48 项目初始化 il y a 5 jours

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