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

Unified Diff: qunit/common.js

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Fixed typo with shadowRoot getter Created March 14, 2017, 10:28 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
Index: qunit/common.js
diff --git a/qunit/common.js b/qunit/common.js
index 906348ce243b91729a5067c9dcfe1c47627fc0b4..804a97ca06a71f40ff2e10d9c6b8c3c365949e59 100644
--- a/qunit/common.js
+++ b/qunit/common.js
@@ -15,6 +15,9 @@
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
+/* global defaultMatcher, importAll, ElemHide, Filter, FilterStorage, Prefs,
+ Subscription */
+
"use strict";
importAll("filterClasses", this);
« options.js ('K') | « qunit/.eslintrc.json ('k') | qunit/tests/cssEscaping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld