mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-08 18:06: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) {
|
activateScene() {
|
||||||
// ev.preventDefault();
|
|
||||||
// ev.stopPropagation();
|
|
||||||
serviceActions.callTurnOn(this.stateObj.entityId);
|
serviceActions.callTurnOn(this.stateObj.entityId);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user