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

Unified Diff: lib/child/main.js

Issue 29362609: Issue 2879 - Restructure existing process script, split it up into multiple modules (Closed) Base URL: https://hg.adblockplus.org/elemhidehelper
Patch Set: Fixed line length Created Dec. 1, 2016, 9:39 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 | « lib/child/bootstrap.js ('k') | lib/child/nodeInfo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/child/main.js
===================================================================
new file mode 100644
--- /dev/null
+++ b/lib/child/main.js
@@ -0,0 +1,11 @@
+/*
+ * This Source Code is subject to the terms of the Mozilla Public License
+ * version 2.0 (the "License"). You can obtain a copy of the License at
+ * http://mozilla.org/MPL/2.0/.
+ */
+
+"use strict";
+
+require("./actor");
+require("./nodeInfo");
+require("./preview");
« no previous file with comments | « lib/child/bootstrap.js ('k') | lib/child/nodeInfo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld