mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-08 09:56:36 +00:00
Fix eslint issue
This commit is contained in:
parent
5973dd4171
commit
c91fcccf29
@ -12,9 +12,7 @@ export default new Polymer({
|
||||
},
|
||||
},
|
||||
|
||||
activateScene(ev) {
|
||||
// ev.preventDefault();
|
||||
// ev.stopPropagation();
|
||||
activateScene() {
|
||||
serviceActions.callTurnOn(this.stateObj.entityId);
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user