Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-02-01 18:04:29 +03:00
parent 3f1ce3a9e7
commit fc670efc14
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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