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:
parent
78dbaf8c51
commit
b5f976321b
@ -3,8 +3,6 @@
|
||||
*/
|
||||
var beestat = {};
|
||||
|
||||
beestat.cards = {};
|
||||
|
||||
beestat.ecobee_thermostat_models = {
|
||||
'apolloEms': 'apolloEms',
|
||||
'apolloSmart': 'ecobee4',
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user