diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 8058d99f..4e0a4e92 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1289,7 +1289,7 @@ function(spec, callback){ .one('update', function(){ console.log('update:', __v) // XXX BUG? this.off(..) will not work with non-standard events... - this.dom.off('close', cb) }) }) + this.dom.off('close', cb) }) && console.log('batch:', __v) return this }