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