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,
|
||||
bindNuclear: function (hass) {
|
||||
return [
|
||||
hass.entityHistoryGetters.currentDate,
|
||||
function (currentDate) {
|
||||
var dateObj = new Date(currentDate);
|
||||
return dateObj.toLocaleDateString();
|
||||
},
|
||||
hass.entityHistoryGetters.currentDate,
|
||||
function (currentDate) {
|
||||
var dateObj = new Date(currentDate);
|
||||
return dateObj.toLocaleDateString();
|
||||
},
|
||||
];
|
||||
},
|
||||
},
|
||||
|
@ -82,11 +82,11 @@ Polymer({
|
||||
value: null,
|
||||
bindNuclear: function (hass) {
|
||||
return [
|
||||
hass.logbookGetters.currentDate,
|
||||
function (currentDate) {
|
||||
var dateObj = new Date(currentDate);
|
||||
return dateObj.toLocaleDateString();
|
||||
},
|
||||
hass.logbookGetters.currentDate,
|
||||
function (currentDate) {
|
||||
var dateObj = new Date(currentDate);
|
||||
return dateObj.toLocaleDateString();
|
||||
},
|
||||
];
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user