 Issue 29362609:
  Issue 2879 - Restructure existing process script, split it up into multiple modules  (Closed) 
  Base URL: https://hg.adblockplus.org/elemhidehelper
    
  
    Issue 29362609:
  Issue 2879 - Restructure existing process script, split it up into multiple modules  (Closed) 
  Base URL: https://hg.adblockplus.org/elemhidehelper| 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"); | 
| 
Wladimir Palant
2016/11/17 08:42:58
Note that I require this module explicitly here ev
 
saroyanm
2016/11/22 14:58:31
Acknowledged.
 | 
| +require("./preview"); |