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

Unified Diff: include.preload.js

Issue 29532730: Noissue - Rebase current master tip to edge bookmark (Closed)
Patch Set: Created Aug. 31, 2017, 2:55 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 | « ext/content.js ('k') | jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.preload.js
===================================================================
--- a/include.preload.js
+++ b/include.preload.js
@@ -15,9 +15,10 @@
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
-/* globals ElemHideEmulation, splitSelector */
+"use strict";
-"use strict";
+let {splitSelector} = require("common");
+let {ElemHideEmulation} = require("content_elemHideEmulation");
// This variable is also used by our other content scripts.
let elemhide;
« no previous file with comments | « ext/content.js ('k') | jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld