diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index 40ecf9c5..90a9ba5a 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -50,6 +50,7 @@ if(typeof(process) != 'undefined'){ /*********************************************************************/ +// Index Format... var IndexFormatActions = actions.Actions({ config: { @@ -204,7 +205,8 @@ module.IndexFormat = core.ImageGridFeatures.Feature({ -/*********************************************************************/ +//--------------------------------------------------------------------- +// FS Info... (XXX cleanup???) var FileSystemInfoActions = actions.Actions({ }) @@ -2580,6 +2582,7 @@ module.FileSystemWriter = core.ImageGridFeatures.Feature({ }) + //--------------------------------------------------------------------- // Writer UI...