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

Unified Diff: composer.postload.js

Issue 29577555: Issue 5080 - Start using our new webpack build system (Closed)
Patch Set: Export everything from include.preload.js at once Created Oct. 16, 2017, 9:58 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 | « .eslintrc.json ('k') | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: composer.postload.js
diff --git a/composer.postload.js b/composer.postload.js
index c0c73dd7de17f0fa5fcf0852873c0da58ce9fd90..83700bbba5cfa5491702685ab84e5681d09fadb3 100644
--- a/composer.postload.js
+++ b/composer.postload.js
@@ -15,10 +15,11 @@
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
-/* globals checkCollapse, elemhide, getURLsFromElement, typeMap */
-
"use strict";
+const {checkCollapse, elemhide,
+ getURLsFromElement, typeMap} = require("./include.preload");
+
// The page ID for the popup filter selection dialog (top frame only).
let blockelementPopupId = null;
« no previous file with comments | « .eslintrc.json ('k') | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld