mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-08-02 16:59:27 +08:00
d7506e9702
Co-authored-by: Oliver King <oking3@uncc.edu>
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