From d2c710b269c7e4a3d0791a1e7137e6e78ce4d2a2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 6 Nov 2016 01:58:32 +0300 Subject: [PATCH] some cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-progress.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 })