From d7b2d4193daeabcdcac7a8ad2c0469f093b42604 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 6 May 2016 18:33:05 +0300 Subject: [PATCH] minor cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index efdeb381..44dd5d78 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -490,19 +490,19 @@ var FileSystemLoaderUIActions = actions.Actions({ // Comment a save... // - // // Comment current save... + // Comment current save... // .setSaveComment(comment) // -> actions // - // // reset current save comment... + // Reset current save comment... // .setSaveComment(null) // -> actions // - // // Comment specific save... + // Comment specific save... // .setSaveComment(save, comment) // -> actions // - // // reset specific save comment... + // Reset specific save comment... // .setSaveComment(save, null) // -> actions //