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

Unified Diff: include.preload.js

Issue 29713631: Issue 5760 - Use relative require paths (Closed)
Patch Set: Address PS1 Comments, rebase Created March 20, 2018, 11:25 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 | lib/csp.js » ('j') | lib/filterComposer.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.preload.js
===================================================================
--- a/include.preload.js
+++ b/include.preload.js
@@ -13,17 +13,18 @@
*
* You should have received a copy of the GNU General Public License
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
"use strict";
let {splitSelector} = require("common");
kzar 2018/03/28 13:50:33 What about this one? (The file is in adblockplusco
Jon Sonesen 2018/03/30 03:09:55 Acknowledged.
-let {ElemHideEmulation} = require("content_elemHideEmulation");
+let {ElemHideEmulation} =
+ require("./adblockpluscore/lib/content/elemHideEmulation");
// This variable is also used by our other content scripts.
let elemhide;
const typeMap = new Map([
["img", "IMAGE"],
["input", "IMAGE"],
["picture", "IMAGE"],
« no previous file with comments | « no previous file | lib/csp.js » ('j') | lib/filterComposer.js » ('J')

Powered by Google App Engine
This is Rietveld