1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Removed dead references to beestat.cards

This commit is contained in:
Jon Ziebell 2020-07-01 08:13:54 -04:00
parent 78dbaf8c51
commit b5f976321b
2 changed files with 0 additions and 11 deletions

View File

@ -3,8 +3,6 @@
*/
var beestat = {};
beestat.cards = {};
beestat.ecobee_thermostat_models = {
'apolloEms': 'apolloEms',
'apolloSmart': 'ecobee4',

View File

@ -2,15 +2,6 @@
* Card
*/
beestat.component.card = function() {
/**
* For now just load up all the cards this way. In the future will probably
* need to allow arrays of certain cards for custom dashboards.
*/
// beestat.cards[
// this.get_class_name_recursive_(beestat.component.card).join('.')
// ] = this;
beestat.component.apply(this, arguments);
};
beestat.extend(beestat.component.card, beestat.component);