refactoring and notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-02-18 12:31:17 +03:00
parent fdbb3f6e24
commit e5ef898989

View File

@ -50,6 +50,7 @@ if(typeof(process) != 'undefined'){
/*********************************************************************/ /*********************************************************************/
// Index Format...
var IndexFormatActions = actions.Actions({ var IndexFormatActions = actions.Actions({
config: { config: {
@ -204,7 +205,8 @@ module.IndexFormat = core.ImageGridFeatures.Feature({
/*********************************************************************/ //---------------------------------------------------------------------
// FS Info... (XXX cleanup???)
var FileSystemInfoActions = actions.Actions({ var FileSystemInfoActions = actions.Actions({
}) })
@ -2580,6 +2582,7 @@ module.FileSystemWriter = core.ImageGridFeatures.Feature({
}) })
//--------------------------------------------------------------------- //---------------------------------------------------------------------
// Writer UI... // Writer UI...