djLint/docs/node_modules/function-bind
2021-12-14 09:57:37 +01:00
..
test also exclude nunj and musta 2021-12-14 09:57:37 +01:00
.editorconfig also exclude nunj and musta 2021-12-14 09:57:37 +01:00
.eslintrc also exclude nunj and musta 2021-12-14 09:57:37 +01:00
.jscs.json also exclude nunj and musta 2021-12-14 09:57:37 +01:00
.npmignore also exclude nunj and musta 2021-12-14 09:57:37 +01:00
.travis.yml also exclude nunj and musta 2021-12-14 09:57:37 +01:00
implementation.js also exclude nunj and musta 2021-12-14 09:57:37 +01:00
index.js also exclude nunj and musta 2021-12-14 09:57:37 +01:00
LICENSE also exclude nunj and musta 2021-12-14 09:57:37 +01:00
package.json also exclude nunj and musta 2021-12-14 09:57:37 +01:00
README.md also exclude nunj and musta 2021-12-14 09:57:37 +01: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