1
0
Fork 0
mirror of https://github.com/1disk/edp445.git synced 2024-08-14 22:47:02 +00:00
edp445/node_modules/function-bind
2022-12-03 05:44:44 +00:00
..
test Changed alot of things. 2022-12-03 05:44:44 +00:00
.editorconfig Changed alot of things. 2022-12-03 05:44:44 +00:00
.eslintrc Changed alot of things. 2022-12-03 05:44:44 +00:00
.jscs.json Changed alot of things. 2022-12-03 05:44:44 +00:00
.npmignore Changed alot of things. 2022-12-03 05:44:44 +00:00
.travis.yml Changed alot of things. 2022-12-03 05:44:44 +00:00
implementation.js Changed alot of things. 2022-12-03 05:44:44 +00:00
index.js Changed alot of things. 2022-12-03 05:44:44 +00:00
LICENSE Changed alot of things. 2022-12-03 05:44:44 +00:00
package.json Changed alot of things. 2022-12-03 05:44:44 +00:00
README.md Changed alot of things. 2022-12-03 05:44:44 +00: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