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

Unified Diff: chrome/content/.eslintrc.json

Issue 29383960: Issue 3143 - Filter elements with :-abp-has() (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore
Patch Set: Fix reportError and the error message Created June 13, 2017, 1:52 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 | « no previous file | chrome/content/elemHideEmulation.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/.eslintrc.json
===================================================================
--- a/chrome/content/.eslintrc.json
+++ b/chrome/content/.eslintrc.json
@@ -1,5 +1,5 @@
{
- "env": {
- "browser": true
+ "globals": {
+ "URL": true
}
}
« no previous file with comments | « no previous file | chrome/content/elemHideEmulation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld