From 4dba97292744a32146e35e36031dbca59eb62733 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 29 Sep 2015 22:43:16 -0700 Subject: [PATCH] Fix style for ESLint --- src/layouts/partial-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/partial-map.js b/src/layouts/partial-map.js index b8c2041246..26ad6acf6e 100644 --- a/src/layouts/partial-map.js +++ b/src/layouts/partial-map.js @@ -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(), ], },