diff --git a/ui (gen4)/features/ui-progress.js b/ui (gen4)/features/ui-progress.js index 2331e907..d564d074 100755 --- a/ui (gen4)/features/ui-progress.js +++ b/ui (gen4)/features/ui-progress.js @@ -42,10 +42,9 @@ var ProgressActions = actions.Actions({ // .testProgress('text', '+0', '+1') // // - // XXX move configuration to .config // XXX should we report errors and stoppages??? (error state??) // XXX multiple containers... - // XXX shorten the nested class names... + // XXX shorten the nested css class names... // XXX revise styles... showProgress: ['- Interface/Show progress bar...', function(text, value, max){ @@ -157,6 +156,5 @@ module.Progress = core.ImageGridFeatures.Feature({ - /********************************************************************** * vim:set ts=4 sw=4 : */ return module })