From cc9d4995b1844049c45d67a0f1e57263b56c074c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 25 Jul 2019 01:53:39 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index f3bbe8e4..4a5eaba7 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -1005,8 +1005,6 @@ function(event, {handler, action, default_item, filter, options={}, getter='sear var resolved = // event handler... item instanceof Function ? - // XXX where do we handle this... - //this.on(event, item) item // array of queries... : item instanceof Array ? @@ -1024,6 +1022,7 @@ function(event, {handler, action, default_item, filter, options={}, getter='sear // item is null (explicitly) or other... : [] return (skipUnresolved + // handler registration... && !(resolved instanceof Function) && resolved.length == 0 && item != null) ?