From 3de91bdbed6da60f6568719600ca8615d1a7fdf9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 26 Jan 2020 05:06:02 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 72bcfe7b..392cc5b2 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1279,8 +1279,7 @@ function(spec, callback){ // reset the callback on update... // XXX this does not work yet... .one('update', function(){ - // XXX for some reason this does not work... - // ...I'd expect to see cb(..) not getting called + // XXX I'd expect to see cb(..) not getting called // at all (as .update(..) is called on first draw) but // it does not get unbound... // XXX BUG: this.off(..) will not work with non-standard events...