mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
75c78bf72a
commit
643a6d0eb9
@ -2769,7 +2769,7 @@ function(title, func){
|
||||
q.add(items instanceof Array ?
|
||||
items.map(function(e){
|
||||
return [e, ...args] })
|
||||
: [items, ...args])
|
||||
: [[items, ...args]])
|
||||
return q.promise() } }
|
||||
|
||||
// run...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user