editor: bring back summary view, this time in a main bar
[fnpeditor.git] / src / editor / modules / mainBar / mainBar.js
index 0563b7c..e5cf522 100644 (file)
@@ -41,8 +41,8 @@ return function(sandbox) {
                 trigger.text(disabledText);
             }
         },
-        setVersion: function(version) {
-            view.find('.version').text(version);
+        setSummaryView: function(summaryView) {
+            view.find('.bottom').prepend(summaryView);
         }
     };