typo fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-01-29 17:18:21 +03:00
parent 341974fcc9
commit 813dd1fd4b

View File

@ -1289,7 +1289,7 @@ function(spec, callback){
.one('update', function(){ .one('update', function(){
console.log('update:', __v) console.log('update:', __v)
// 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) })
&& console.log('batch:', __v) && console.log('batch:', __v)
return this } return this }