From 22c3fed0749c804f391e5532429c1d2d8e5a1742 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 2 Feb 2021 04:22:14 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 // //