some cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-11-06 01:58:32 +03:00
parent 5f0c4ffcaf
commit d2c710b269

View File

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