jam-cloud/jam-ui/node_modules/function-bind
Nuwan 23d1ece36d fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
..
test fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.editorconfig fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.eslintrc fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.jscs.json fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.npmignore fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.travis.yml fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
LICENSE fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
README.md fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
implementation.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
index.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
package.json fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30

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