diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index e2fd533f..bb45429a 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1252,8 +1252,8 @@ function(spec, callback){ var cb callback && this.dialog - // XXX STUB this get's us around the close event getting triggered - // multiple times... + // XXX STUB .one(..) vs. .on(..) get's us around the close + // event getting triggered multiple times... // ...change to .close(..) when fixed... .one('close', cb = function(mode){ // XXX get the field data and pass it to the callback...