mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Fix indentation
This commit is contained in:
parent
e006ad9835
commit
1203312ac3
@ -100,11 +100,11 @@ Polymer({
|
|||||||
value: null,
|
value: null,
|
||||||
bindNuclear: function (hass) {
|
bindNuclear: function (hass) {
|
||||||
return [
|
return [
|
||||||
hass.entityHistoryGetters.currentDate,
|
hass.entityHistoryGetters.currentDate,
|
||||||
function (currentDate) {
|
function (currentDate) {
|
||||||
var dateObj = new Date(currentDate);
|
var dateObj = new Date(currentDate);
|
||||||
return dateObj.toLocaleDateString();
|
return dateObj.toLocaleDateString();
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -82,11 +82,11 @@ Polymer({
|
|||||||
value: null,
|
value: null,
|
||||||
bindNuclear: function (hass) {
|
bindNuclear: function (hass) {
|
||||||
return [
|
return [
|
||||||
hass.logbookGetters.currentDate,
|
hass.logbookGetters.currentDate,
|
||||||
function (currentDate) {
|
function (currentDate) {
|
||||||
var dateObj = new Date(currentDate);
|
var dateObj = new Date(currentDate);
|
||||||
return dateObj.toLocaleDateString();
|
return dateObj.toLocaleDateString();
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user