mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
preparing for some refactoring...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7f724a5727
commit
6b752b099e
@ -1799,6 +1799,12 @@ module.CropActions = actions.Actions({
|
||||
|
||||
// crop edit actions...
|
||||
// XXX do we need this???
|
||||
// XXX add gids to crop (current by default)...
|
||||
// XXX use this as undo for .removeFromCrop(..)
|
||||
addToCrop: ['- Crop/',
|
||||
function(list, index){
|
||||
// XXX
|
||||
}],
|
||||
// XXX undo...
|
||||
removeFromCrop: ['Crop|Image/Remove from crop',
|
||||
{browseMode: 'uncrop'},
|
||||
|
||||
@ -44,7 +44,6 @@ var widgets = require('features/ui-widgets')
|
||||
// - both
|
||||
// XXX external / linked collections (.location)...
|
||||
//
|
||||
//
|
||||
|
||||
// XXX should these be in .config???
|
||||
var MAIN_COLLECTION_TITLE =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user