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

Unified Diff: chrome/content/.eslintrc.json

Issue 29494577: Issue 5438 - Observer DOM changes to reapply filters. (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Improvements Created Aug. 2, 2017, 4 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 | « no previous file | chrome/content/elemHideEmulation.js » ('j') | chrome/content/elemHideEmulation.js » ('J')
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,6 @@
{
"globals": {
- "URL": true
+ "URL": true,
+ "Node": true
Wladimir Palant 2017/08/08 11:01:00 That's once again a global which is only available
hub 2017/08/09 20:16:57 Done.
}
}
« no previous file with comments | « no previous file | chrome/content/elemHideEmulation.js » ('j') | chrome/content/elemHideEmulation.js » ('J')

Powered by Google App Engine
This is Rietveld