Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-01-27 23:35:51 +03:00
parent 3de91bdbed
commit 3d081b3902

View File

@ -1282,7 +1282,7 @@ function(spec, callback){
// XXX I'd expect to see cb(..) not getting called // XXX I'd expect to see cb(..) not getting called
// at all (as .update(..) is called on first draw) but // at all (as .update(..) is called on first draw) but
// it does not get unbound... // 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) }) this.dom.off('close', cb) })
return this } return this }