cryptoGlance / cryptoGlance-web-app

Self-hosted, PHP-based frontend interface for cgminer, MPOS pools, and other APIs, all in one responsive UI.
http://cryptoglance.github.io/cryptoGlance-web-app/
Other
67 stars 53 forks source link

fixed Rigs public methods declaration #2

Closed snypelife closed 10 years ago

snypelife commented 10 years ago

Your methods were declared as private, therefore weren't visible in the script.js as part of the Rigs object.

Used prototyping to have them become inheritable for OOP.