mwbrooks / thumbs.js

Add touch support to your browser with thumbs.js - a small, transparent, and syntax-less library.
http://mwbrooks.github.com/thumbs.js/
MIT License
318 stars 36 forks source link

Fix createTouchEvent to create bubbling events if the original event had #10

Closed tf closed 13 years ago

tf commented 13 years ago

Up until now all events thumbs.js created for me did not bubble, which disabled all js functionality based on event delegation.

mwbrooks commented 13 years ago

You rock dude, thanks!