Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-02-01 23:22:18 +03:00
parent aed1b8b000
commit 5b8c70f469

View File

@ -1287,6 +1287,8 @@ function(spec, callback){
// being called at all -- see next issue...
// - .off(..) for some reason does not work... (CONFIRMED)
// ...are we off-ing the right source???
// ...one possible cause of this is that .one(..) is actually
// binding a wrapper and not the original function -- TEST
.one('update', function(){
console.log('update:', __v)
// XXX BUG? this.off(..) will not work with non-standard events...