minor cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-05-06 18:33:05 +03:00
parent d4fd8e504b
commit d7b2d4193d

View File

@ -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
//