hammerjs / hammer-time

A fast click based on the touch-action css property
MIT License
100 stars 29 forks source link

hammer-time.min.js contains undefined function hasTouchNone #26

Open ronnie-ray-salvador opened 8 years ago

ronnie-ray-salvador commented 8 years ago

I downloaded hammer-time.min.js and when I run, I am getting an exception on my browser.

TypeError: this.hasTouchNone is not a function. (In 'this.hasTouchNone(a.target)', 'this.hasTouchNone' is undefined)

I downloaded the full Javascript (non-minified version) and it is working fine. When I checked the minified version code, the hasTouchNone function does not exist.