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: Rebased Created March 17, 2017, 12:41 p.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
« no previous file with comments | « dependencies ('k') | ext/common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
-}
+}());
« no previous file with comments | « dependencies ('k') | ext/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld