Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-01-26 05:06:02 +03:00
parent 6419a83617
commit 3de91bdbed

View File

@ -1279,8 +1279,7 @@ function(spec, callback){
// reset the callback on update...
// XXX this does not work yet...
.one('update', function(){
// XXX for some reason this does not work...
// ...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
// it does not get unbound...
// XXX BUG: this.off(..) will not work with non-standard events...