From dcd138e7bbbf46412fb66e8d07e7a12465823ffb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 3 Feb 2020 23:47:27 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 81ee1443..e2fd533f 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1227,7 +1227,7 @@ function(title, options){ : 'off' } }))) } -// XXX still buggy... +// XXX revise... browse.items.batch = function(spec, callback){ var that = this @@ -1280,7 +1280,7 @@ function(spec, callback){ // .off(..) the handler right after it got bound... // ...this will effectively shift the .off(..) stage // by one iteration... - // XXX feels hacky... + // XXX feels hacky -- revise... this.one('update', function(){ this.off('close', cb) }) }) return this }