removed unnecessary window.hass

This commit is contained in:
Ryan Kraus 2015-07-13 23:32:28 -04:00
parent dd76a2a5c9
commit 5a4295b27a
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ export default Polymer({
buttonTapped: function(ev) {
ev.stopPropagation();
window.hass.serviceActions.callService('updater', 'update', {})
serviceActions.callService('updater', 'update', {})
},
});