You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: