From cb7e8b796d5ad8f81cb74dac077521d29a8866e1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 30 Jan 2020 01:22:19 +0300 Subject: [PATCH] testing... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 4e0a4e92..76aa0ffa 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1282,10 +1282,11 @@ function(spec, callback){ // XXX this does not work yet... // there seems to be two problems here: // - 'update' is triggered on first draw, thus - // triggering .off(..)... + // triggering .off(..)... (CONFIRMED) // ...this should lead to the callback(..) not // being called at all -- see next issue... - // - .off(..) for some reason does not work... + // - .off(..) for some reason does not work... (CONFIRMED) + // ...are we off-ing the right source??? .one('update', function(){ console.log('update:', __v) // XXX BUG? this.off(..) will not work with non-standard events...