diff --git a/ui (gen4)/features/ui-slideshow.js b/ui (gen4)/features/ui-slideshow.js index 0b20d000..f3c41a7d 100755 --- a/ui (gen4)/features/ui-slideshow.js +++ b/ui (gen4)/features/ui-slideshow.js @@ -22,14 +22,6 @@ var overlay = require('lib/widget/overlay') -/*********************************************************************/ - -var _cmpTimes = function(a, b){ - return Date.str2ms(a) - Date.str2ms(b) -} - - - /*********************************************************************/ // NOTE: this uses ui-chrome-hidden workspace to set the initial state @@ -37,6 +29,7 @@ var _cmpTimes = function(a, b){ // // XXX would be a good idea to add provision for a timer to indicate // slideshow progress/status... +// - make this a separate feature with a toggler var SlideshowActions = actions.Actions({ config: { 'slideshow-looping': 'on', @@ -317,8 +310,6 @@ module.Slideshow = core.ImageGridFeatures.Feature({ - - /********************************************************************** * vim:set ts=4 sw=4 : */ return module })