From 813dd1fd4b818720deccf004e2caded3b10b1dc2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 29 Jan 2020 17:18:21 +0300 Subject: [PATCH] typo fix... 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 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 }