Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: ext/background.js

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Fixed typo with shadowRoot getter Created March 14, 2017, 10:28 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
-}
+}());

Powered by Google App Engine
This is Rietveld