mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-19 10:57:19 +00:00
removed unnecessary window.hass
This commit is contained in:
parent
dd76a2a5c9
commit
5a4295b27a
@ -15,6 +15,6 @@ export default Polymer({
|
||||
|
||||
buttonTapped: function(ev) {
|
||||
ev.stopPropagation();
|
||||
window.hass.serviceActions.callService('updater', 'update', {})
|
||||
serviceActions.callService('updater', 'update', {})
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user