1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

removed unnecessary window.hass

This commit is contained in:
Ryan Kraus
2015-07-13 23:32:28 -04:00
parent dd76a2a5c9
commit 5a4295b27a

View File

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