mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4e9c33ec09
commit
bb7be3e83f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user