1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Fix eslint

This commit is contained in:
Paulus Schoutsen
2016-07-23 10:47:35 -07:00
parent d7a6282ba6
commit c263545bda

View File

@@ -86,6 +86,6 @@ Polymer({
entityClicked: function (ev) {
ev.preventDefault();
this.hass.moreInfoActions.selectEntity(ev.model.item.entityId);
}
},
});
</script>