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

Unified Diff: background.js

Issue 29363765: Noissue - Remove unused stub for ElemHideEmulation.getRulesForDomain (Closed) Base URL: https://bitbucket.org/fhd/adblockplusui
Patch Set: Created Nov. 22, 2016, 2:53 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -311,19 +311,17 @@
return new modules.filterClasses.BlockingFilter();
else
return null;
}
}
};
modules.elemHideEmulation = {
- ElemHideEmulation: {
- getRulesForDomain: function(domain) { }
- }
+ ElemHideEmulation: {}
};
modules.filterNotifier = {
FilterNotifier: new EventEmitter()
};
modules.info = {
platform: "gecko",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld