Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-02-04 19:28:12 +03:00
parent dcd138e7bb
commit 587d1932ac

View File

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