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

Fix style for ESLint

This commit is contained in:
Paulus Schoutsen
2015-09-29 22:43:16 -07:00
parent b3fc452598
commit 4dba972927

View File

@@ -41,7 +41,7 @@ export default new Polymer({
bindNuclear: [
entityGetters.entityMap,
entities => entities.valueSeq()
.filter(entity => entity.domain == 'zone').toArray(),
.filter(entity => entity.domain === 'zone').toArray(),
],
},