diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 392cc5b2..58a4b9fd 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1282,7 +1282,7 @@ function(spec, callback){ // 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... + // XXX BUG? this.off(..) will not work with non-standard events... this.dom.off('close', cb) }) return this }