examples/StrongerGS/gsnodejs/node_modules/function-bind
yinyuan f8e2679b5a StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
..
test StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
.editorconfig StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
.eslintrc StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
.jscs.json StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
.npmignore StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
.travis.yml StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
LICENSE StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
README.md StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
implementation.js StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
index.js StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
package.json StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00

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