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

Unified Diff: utils.js

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Rebased. Created Feb. 28, 2017, 3:47 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 | « subscriptionLink.postload.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils.js
diff --git a/utils.js b/utils.js
index f9895072b5f83756812608eb2cd7f6de66c909e7..96dd01f8a9b572d0789c72acfe587b9f0a481a75 100644
--- a/utils.js
+++ b/utils.js
@@ -12,9 +12,7 @@ const {Subscription, DownloadableSubscription} = require("subscriptionClasses");
const {Filter, BlockingFilter} = require("filterClasses");
const {defaultMatcher} = require("matcher");
-/**
- * Shortcut for document.getElementById(id)
- */
+// Shortcut for document.getElementById(id)
function E(id)
{
return document.getElementById(id);
« no previous file with comments | « subscriptionLink.postload.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld