innovationDriveApp/node_modules/function-bind
2018-07-08 22:49:17 +10:00
..
test added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
.editorconfig added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
.eslintrc added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
.jscs.json added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
.npmignore added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
.travis.yml added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
implementation.js added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
index.js added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
LICENSE added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
package.json deleted homepage in package.json 2018-07-08 22:49:17 +10:00
README.md added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00

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