more cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-04-14 18:37:10 +03:00
parent efde82d7bd
commit bd843e6d1f

View File

@ -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 })