aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/scripts/lib/local-store.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/local-store.js b/app/scripts/lib/local-store.js
index 73482a636..781aea17e 100644
--- a/app/scripts/lib/local-store.js
+++ b/app/scripts/lib/local-store.js
@@ -34,5 +34,5 @@ module.exports = class ExtensionStore {
}
function isEmpty(obj) {
- return 0 === Object.keys(obj).length
+ return Object.keys(obj).length === 0
}