1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
kumavis 2018-03-08 14:55:35 -08:00
parent 455faece9e
commit a88e436b7d

View File

@ -34,5 +34,5 @@ module.exports = class ExtensionStore {
}
function isEmpty(obj) {
return 0 === Object.keys(obj).length
return Object.keys(obj).length === 0
}