diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 5c7c75ce..01303338 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2660,11 +2660,12 @@ function(title, func){ // Queue action handler... // -// queueHandler(title[, opts][, arg_handler], func) +// queueHandler(title[, opts], func) +// queueHandler(title[, opts], arg_handler, func) // -> action // // Chained queue handler... -// queueHandler(title[, opts][, queue_handler], func) +// queueHandler(title[, opts], queueHandler(..), func) // -> action // //