Index: ext/background.js |
diff --git a/ext/background.js b/ext/background.js |
index d8f67beff947da4193fdddaa5dd1a655ae5a4446..3fafe961c6ce6d98bc962373efa2eb2085884b32 100644 |
--- a/ext/background.js |
+++ b/ext/background.js |
@@ -17,6 +17,7 @@ |
"use strict"; |
+(function() |
{ |
let nonEmptyPageMaps = Object.create(null); |
let pageMapCounter = 0; |
@@ -67,4 +68,4 @@ |
for (let pageMapId in nonEmptyPageMaps) |
nonEmptyPageMaps[pageMapId]._delete(pageId); |
}; |
-} |
+}()); |