minor cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-03-29 18:58:35 +03:00
parent 45515c2e34
commit b06127acf5

View File

@ -222,7 +222,6 @@ var ImageMarkActions = actions.Actions({
cropMarked: ['Mark|Crop/Crop $marked images', cropMarked: ['Mark|Crop/Crop $marked images',
function(flatten){ this.cropTagged('selected', 'any', flatten) }], function(flatten){ this.cropTagged('selected', 'any', flatten) }],
// XXX add undo...
shiftMarkedUp: ['Mark|Ribbon/Shift marked up', shiftMarkedUp: ['Mark|Ribbon/Shift marked up',
{undo: undoShift('shiftMarkedDown')}, {undo: undoShift('shiftMarkedDown')},
shiftMarked('up')], shiftMarked('up')],