mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 19:06:36 +00:00
Fix eslint
This commit is contained in:
parent
d7a6282ba6
commit
c263545bda
@ -86,6 +86,6 @@ Polymer({
|
|||||||
entityClicked: function (ev) {
|
entityClicked: function (ev) {
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
this.hass.moreInfoActions.selectEntity(ev.model.item.entityId);
|
this.hass.moreInfoActions.selectEntity(ev.model.item.entityId);
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user