diff --git a/ui (gen4)/features/ui-marks.js b/ui (gen4)/features/ui-marks.js index 357d3058..3f031eda 100755 --- a/ui (gen4)/features/ui-marks.js +++ b/ui (gen4)/features/ui-marks.js @@ -123,10 +123,16 @@ var undoTag = function(action){ } } +// Shift marked image action constructor... // -// Direction can be: -// - 'up' -// - 'down' +// Shift marked images up/down +// shiftMarked('up') +// shiftMarked('down') +// -> action +// +// The resulting action affects only images in current ribbon... +// +// NOTE: this specific to marked/selected images... var shiftMarked = function(direction){ return function(ribbon){ var that = this