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

Unified Diff: chrome/ext/content.js

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Use .includes again Created March 31, 2017, 8:37 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
« no previous file with comments | « chrome/ext/common.js ('k') | chrome/ext/devtools.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/ext/content.js
diff --git a/chrome/ext/content.js b/chrome/ext/content.js
index bde266392fe4e40114177ee485c5f5b7696c4a62..f7b3deb09d4a24bd061a179dc2904b9e1e10713b 100644
--- a/chrome/ext/content.js
+++ b/chrome/ext/content.js
@@ -5,6 +5,7 @@ chrome.runtime.onMessage.addListener((message, sender, sendResponse) =>
return ext.onMessage._dispatch(message, {}, sendResponse).indexOf(true) != -1;
});
+(function()
{
let port = null;
@@ -32,4 +33,4 @@ chrome.runtime.onMessage.addListener((message, sender, sendResponse) =>
}
}
};
-}
+}());
« no previous file with comments | « chrome/ext/common.js ('k') | chrome/ext/devtools.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld