mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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:
|
// Shift marked images up/down
|
||||||
// - 'up'
|
// shiftMarked('up')
|
||||||
// - 'down'
|
// shiftMarked('down')
|
||||||
|
// -> action
|
||||||
|
//
|
||||||
|
// The resulting action affects only images in current ribbon...
|
||||||
|
//
|
||||||
|
// NOTE: this specific to marked/selected images...
|
||||||
var shiftMarked = function(direction){
|
var shiftMarked = function(direction){
|
||||||
return function(ribbon){
|
return function(ribbon){
|
||||||
var that = this
|
var that = this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user