mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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...
|
// crop edit actions...
|
||||||
// XXX do we need this???
|
// 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...
|
// XXX undo...
|
||||||
removeFromCrop: ['Crop|Image/Remove from crop',
|
removeFromCrop: ['Crop|Image/Remove from crop',
|
||||||
{browseMode: 'uncrop'},
|
{browseMode: 'uncrop'},
|
||||||
|
|||||||
@ -44,7 +44,6 @@ var widgets = require('features/ui-widgets')
|
|||||||
// - both
|
// - both
|
||||||
// XXX external / linked collections (.location)...
|
// XXX external / linked collections (.location)...
|
||||||
//
|
//
|
||||||
//
|
|
||||||
|
|
||||||
// XXX should these be in .config???
|
// XXX should these be in .config???
|
||||||
var MAIN_COLLECTION_TITLE =
|
var MAIN_COLLECTION_TITLE =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user