Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
Emmanuel b7eccee437 Navbar il y a 4 ans
..
test Navbar il y a 4 ans
.editorconfig Navbar il y a 4 ans
.eslintrc Navbar il y a 4 ans
.jscs.json Navbar il y a 4 ans
.npmignore Navbar il y a 4 ans
.travis.yml Navbar il y a 4 ans
LICENSE Navbar il y a 4 ans
README.md Navbar il y a 4 ans
implementation.js Navbar il y a 4 ans
index.js Navbar il y a 4 ans
package.json Navbar il y a 4 ans

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