1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Upgrade dependencies

This commit is contained in:
Paulus Schoutsen
2016-11-26 17:43:55 -08:00
parent 8ff385a568
commit 0df7f83ebd
8 changed files with 928 additions and 900 deletions

View File

@@ -79,6 +79,7 @@
<script>
(function () {
'use strict';
// mapping domain to size of the card.
var DOMAINS_WITH_CARD = {
camera: 4,
@@ -147,8 +148,7 @@
'updateCards(columns, states, showIntroduction, panelVisible, viewVisible)',
],
updateCards: function (columns, states, showIntroduction,
panelVisible, viewVisible) {
updateCards: function (columns, states, showIntroduction, panelVisible, viewVisible) {
/* eslint-disable no-console */
if (!panelVisible || !viewVisible) {
return;