From dc1185121f233b5e872134c1afb8892c5351e2be Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 8 Apr 2016 05:42:48 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 6bc2dbe6..192fdfe7 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -988,13 +988,14 @@ var FileSystemWriterUIActions = actions.Actions({ } }], // XXX should this be a UI action??? + // ...at this point this depends on .saveIndexHere(..), thus + // it is here... // XXX should this return a promise??? saveFullIndex: ['File/Save full', function(){ return this .markChanged('all') - .saveIndexHere() - }], + .saveIndexHere()}], // XXX add ability to create dirs... // XXX this needs feedback... // XXX should this return a promise???