overseer/node_modules/function-bind
2022-11-01 18:49:18 -04:00
..
test Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
.editorconfig Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
.eslintrc Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
.jscs.json Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
.npmignore Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
.travis.yml Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
implementation.js Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
index.js Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
LICENSE Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
package.json Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
README.md Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04: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