JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
863 stars 90 forks source link

Fix bug by adding missing argument #11

Closed nmn closed 9 years ago

nmn commented 9 years ago

The endTouch method was missing the event argument which is then used in the function. Fixed a bug that cause a javascript error when supplied with an onTouchEnd handler.

JedWatson commented 9 years ago

Thanks @nmn