stephband

Results 22 comments of stephband

Ah yes, I better fix that. No, they are not needed for jquery.event.swipe to work. On 5 December 2013 18:29, Marcos G. Zimmermann [email protected]: > From: > https://github.com/stephband/jquery.event.swipe/blob/master/index.html#L31-L33 > >...

I'm having a similar problem, and I've tried everything. `device.js` contains this code (at top-level), which is clearly side-effectful: ``` document.addEventListener('mousedown', mousedown); document.addEventListener('keydown', keydown); document.addEventListener('touchend', touchend); ``` My main module...