From 3d081b39028d3cc5673a541fbaf5b63099747eb7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 27 Jan 2020 23:35:51 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }