]> source.dussan.org Git - gwtquery.git/commit
fix problem for supporting touch events in iOS.
authorJulien Dramaix <julien.dramaix@gmail.com>
Wed, 9 May 2012 16:09:12 +0000 (16:09 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Wed, 9 May 2012 16:09:12 +0000 (16:09 +0000)
commit6339cffd5a672bbfd544831962a7cf9575eb080c
tree6a3b07453506e7634868b212ecd6072247eb36ed
parentd1fb5c77ba944e286e2ac9e061d689bfde02017d
fix problem for supporting touch events in iOS.
touches array seems to be shared between events. Keep in memory the original touch point.
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/MousePlugin.java