travis fixes
parent
0a0a24e5eb
commit
77e8c78d62
|
@ -132,7 +132,7 @@ Polymer({
|
|||
|
||||
attached: function () {
|
||||
this.datePicker = new window.Pikaday({
|
||||
field: document.createElement("input"),
|
||||
field: document.createElement('input'),
|
||||
trigger: this.$.datePicker.inputElement,
|
||||
onSelect: this.hass.entityHistoryActions.changeCurrentDate,
|
||||
});
|
||||
|
|
|
@ -139,7 +139,7 @@ Polymer({
|
|||
|
||||
attached: function () {
|
||||
this.datePicker = new window.Pikaday({
|
||||
field: document.createElement("input"),
|
||||
field: document.createElement('input'),
|
||||
trigger: this.$.datePicker.inputElement,
|
||||
onSelect: this.hass.logbookActions.changeCurrentDate,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue