mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
341974fcc9
commit
813dd1fd4b
@ -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 }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user