Index: lib/child/main.js |
=================================================================== |
--- a/lib/child/main.js |
+++ b/lib/child/main.js |
@@ -2,10 +2,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("./commands"); |
require("./preview"); |
+require("./selection"); |