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

Unified Diff: background.js

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Rebased, restored adblockplusui dependency revision Created March 22, 2017, 7:10 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 | « README.md ('k') | chrome/devtools.js » ('j') | dependencies » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
diff --git a/background.js b/background.js
index 76c4235995b046b9a3bdb52a6a0bb515fcb4676b..321067893209643929468159243214dc8dc7b336 100644
--- a/background.js
+++ b/background.js
@@ -41,11 +41,9 @@ port.on("get-selectors", (msg, sender) =>
);
}
else
- {
selectors = [];
- }
- return {selectors: selectors, trace: trace};
+ return {selectors, trace};
});
port.on("forward", (msg, sender) =>
« no previous file with comments | « README.md ('k') | chrome/devtools.js » ('j') | dependencies » ('J')

Powered by Google App Engine
This is Rietveld