From 10963955092ed3cf7c08c2b074044d7a297f136c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 14 Jan 2021 23:52:37 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 85bb8f44..f855ccb5 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2725,7 +2725,8 @@ function(title, func){ // // XXX might be a good idea to split this into a generic and domain parts // and move the generic part into types/runner... -// XXX check if item is already in queue... +// XXX check if item is already in queue (???) +// ...how do we identify item uniqueness?? var queueHandler = module.queueHandler = function(title, func){