Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-04-08 05:42:48 +03:00
parent 5f580f698c
commit dc1185121f

View File

@ -988,13 +988,14 @@ var FileSystemWriterUIActions = actions.Actions({
} }
}], }],
// XXX should this be a UI action??? // XXX should this be a UI action???
// ...at this point this depends on .saveIndexHere(..), thus
// it is here...
// XXX should this return a promise??? // XXX should this return a promise???
saveFullIndex: ['File/Save full', saveFullIndex: ['File/Save full',
function(){ function(){
return this return this
.markChanged('all') .markChanged('all')
.saveIndexHere() .saveIndexHere()}],
}],
// XXX add ability to create dirs... // XXX add ability to create dirs...
// XXX this needs feedback... // XXX this needs feedback...
// XXX should this return a promise??? // XXX should this return a promise???