diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 04576726..8cb2b133 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2687,12 +2687,6 @@ 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 BUG: when chaining queues, aborting both queues works fine, aborting -// one for some reason does not lead to aborting the other... -// ...this can be fixed by clearing the queue on abort but that is -// a stub, need to figure out the real reason... -// see: .exampleChainedQueueHandler([1,2,'abort',4]) -// ...'abort' will stop pre-processing but will not prevent processing... var queueHandler = module.queueHandler = function(title, func){