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: 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 | « 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
deleted file mode 100644
index f9895072b5f83756812608eb2cd7f6de66c909e7..0000000000000000000000000000000000000000
--- a/utils.js
+++ /dev/null
@@ -1,21 +0,0 @@
-"use strict";
-
-const {require, Services} = ext.backgroundPage.getWindow();
-
-const {Synchronizer} = require("synchronizer");
-const {Utils} = require("utils");
-const {Prefs} = require("prefs");
-const {FilterStorage} = require("filterStorage");
-const {FilterNotifier} = require("filterNotifier");
-
-const {Subscription, DownloadableSubscription} = require("subscriptionClasses");
-const {Filter, BlockingFilter} = require("filterClasses");
-const {defaultMatcher} = require("matcher");
-
-/**
- * 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