Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
Emmanuel b7eccee437 Navbar 5 gadus atpakaļ
..
test Navbar 5 gadus atpakaļ
.editorconfig Navbar 5 gadus atpakaļ
.eslintrc Navbar 5 gadus atpakaļ
.jscs.json Navbar 5 gadus atpakaļ
.npmignore Navbar 5 gadus atpakaļ
.travis.yml Navbar 5 gadus atpakaļ
LICENSE Navbar 5 gadus atpakaļ
README.md Navbar 5 gadus atpakaļ
implementation.js Navbar 5 gadus atpakaļ
index.js Navbar 5 gadus atpakaļ
package.json Navbar 5 gadus atpakaļ

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