mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor refactoring...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
087ed2d4e7
commit
30ccbe3295
@ -2594,9 +2594,9 @@ var UICollectionActions = actions.Actions({
|
|||||||
gids = null
|
gids = null
|
||||||
}
|
}
|
||||||
this.collect(gids || 'current', title) }, 2)],
|
this.collect(gids || 'current', title) }, 2)],
|
||||||
addRibbonToCollection: ['Collections|Ribbon/Add $ribbon to collection...',
|
collectRibbon: ['Collections|Ribbon/Add $ribbon to collection...',
|
||||||
widgets.uiDialog(function(){ return this.addToCollection('ribbon') })],
|
widgets.uiDialog(function(){ return this.addToCollection('ribbon') })],
|
||||||
addLoadedToCollection: ['Collections/$Add loaded images to collection...',
|
collectLoaded: ['Collections/$Add loaded images to collection...',
|
||||||
widgets.uiDialog(function(){ return this.addToCollection('loaded') })],
|
widgets.uiDialog(function(){ return this.addToCollection('loaded') })],
|
||||||
joinCollect: [
|
joinCollect: [
|
||||||
collectionGetterWrapper(function(title){ this.joinCollect(title) })],
|
collectionGetterWrapper(function(title){ this.joinCollect(title) })],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user