mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
more cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
efde82d7bd
commit
bd843e6d1f
@ -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
|
// 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
|
// XXX would be a good idea to add provision for a timer to indicate
|
||||||
// slideshow progress/status...
|
// slideshow progress/status...
|
||||||
|
// - make this a separate feature with a toggler
|
||||||
var SlideshowActions = actions.Actions({
|
var SlideshowActions = actions.Actions({
|
||||||
config: {
|
config: {
|
||||||
'slideshow-looping': 'on',
|
'slideshow-looping': 'on',
|
||||||
@ -317,8 +310,6 @@ module.Slideshow = core.ImageGridFeatures.Feature({
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* vim:set ts=4 sw=4 : */
|
* vim:set ts=4 sw=4 : */
|
||||||
return module })
|
return module })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user