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...