Нет описания

golf 77628cf8bf first comm лет назад: 3
..
test 77628cf8bf first comm лет назад: 3
.editorconfig 77628cf8bf first comm лет назад: 3
.eslintrc 77628cf8bf first comm лет назад: 3
.jscs.json 77628cf8bf first comm лет назад: 3
.npmignore 77628cf8bf first comm лет назад: 3
.travis.yml 77628cf8bf first comm лет назад: 3
LICENSE 77628cf8bf first comm лет назад: 3
README.md 77628cf8bf first comm лет назад: 3
implementation.js 77628cf8bf first comm лет назад: 3
index.js 77628cf8bf first comm лет назад: 3
package.json 77628cf8bf first comm лет назад: 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