From 7575935cf549936ec6802f1fed9f10b58b65bd45 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 6 May 2016 18:36:34 +0300 Subject: [PATCH] some docs... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 44dd5d78..d4c2a324 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -506,6 +506,9 @@ var FileSystemLoaderUIActions = actions.Actions({ // .setSaveComment(save, null) // -> actions // + // NOTE: "save" is the save format as returned by file.groupByDate(..), + // or .loadSaveHistoryList(..) + // ...normally it is Date.timeStamp() compatible string. setSaveComment: ['- File/Comment a save', function(save, comment){ var comments = this.savecomments = this.savecomments || {}