editor: don't show node pane and node family tree
[fnpeditor.git] / src / editor / modules / rng / rng.js
index c1382fd..1d71439 100644 (file)
@@ -97,7 +97,7 @@ return function(sandbox) {
 
             sandbox.getModule('mainBar').setCommandEnabled('drop-draft', usingDraft);
 
-            _.each(['sourceEditor', 'documentCanvas', 'documentToolbar', 'nodePane', 'metadataEditor', 'nodeFamilyTree', 'nodeBreadCrumbs', 'mainBar', 'indicator', 'documentHistory', 'diffViewer'], function(moduleName) {
+            _.each(['sourceEditor', 'documentCanvas', 'documentToolbar', 'metadataEditor', 'nodeBreadCrumbs', 'mainBar', 'indicator', 'documentHistory', 'diffViewer'], function(moduleName) {
                 sandbox.getModule(moduleName).start();
             });