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