travis fixes

pull/79/head
Adam Mills 2016-07-26 14:05:06 -04:00
parent 0a0a24e5eb
commit 77e8c78d62
2 changed files with 2 additions and 2 deletions

View File

@ -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,
}); });

View File

@ -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,
}); });