integration wip: saving document
[fnpeditor.git] / src / editor / modules / rng / rng.js
index 52aaa51..d4fa434 100644 (file)
@@ -130,7 +130,6 @@ return function(sandbox) {
             views.mainLayout.setView('topPanel', sandbox.getModule('mainBar').getView());
         },
         'cmd.save': function() {
-            synchronizeTab(views.mainTabs.getCurrentSlug());
             sandbox.getModule('data').saveDocument();
         }
     };