From 587d1932ac0c5be30b5c6113e506d08e67ba4a15 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 4 Feb 2020 19:28:12 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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...