Skip to main content
4 events
when toggle format what by license comment
Jan 23, 2014 at 21:04 vote accept Joshua
Jan 23, 2014 at 20:59 comment added Hackerman It needs to reference the callback function, because if you call it this way: Hammer($('#box')[0]).on('tap'); it's the same as: Hammer($('#box')[0]).on('tap', undefined );
Jan 23, 2014 at 20:54 comment added Joshua So it looks like the event can't be removed until it has officially completed firing? Or rather it needs to be able to reference the callback function.
Jan 23, 2014 at 20:51 history answered Hackerman CC BY-SA 3.0