mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
aed1b8b000
commit
5b8c70f469
@ -1287,6 +1287,8 @@ function(spec, callback){
|
|||||||
// being called at all -- see next issue...
|
// being called at all -- see next issue...
|
||||||
// - .off(..) for some reason does not work... (CONFIRMED)
|
// - .off(..) for some reason does not work... (CONFIRMED)
|
||||||
// ...are we off-ing the right source???
|
// ...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(){
|
.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...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user