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
3f1ce3a9e7
commit
fc670efc14
@ -2663,6 +2663,10 @@ function(title, func){
|
|||||||
// queueHandler(title[, opts][, arg_handler], func)
|
// queueHandler(title[, opts][, arg_handler], func)
|
||||||
// -> action
|
// -> action
|
||||||
//
|
//
|
||||||
|
// Chained queue handler...
|
||||||
|
// queueHandler(title[, opts][, queue_handler], func)
|
||||||
|
// -> action
|
||||||
|
//
|
||||||
//
|
//
|
||||||
// Prepare args...
|
// Prepare args...
|
||||||
// arg_handler(queue, items, ...args)
|
// arg_handler(queue, items, ...args)
|
||||||
|
|||||||
@ -573,7 +573,6 @@ var SharpActions = actions.Actions({
|
|||||||
if(queue == 'sync'){
|
if(queue == 'sync'){
|
||||||
args.unshift(_)
|
args.unshift(_)
|
||||||
var [images, sizes, ...args] = args }
|
var [images, sizes, ...args] = args }
|
||||||
|
|
||||||
// get/normalize sizes....
|
// get/normalize sizes....
|
||||||
var cfg_sizes = this.config['preview-sizes'].slice() || []
|
var cfg_sizes = this.config['preview-sizes'].slice() || []
|
||||||
cfg_sizes
|
cfg_sizes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user