Hammer-time.min.js contains the undefined function hasTouchNone

I downloaded hammer-time.min.js and when I run, I get an exception in my browser.

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

Am I missing a library?

Update: I tried to download the full Javascript (unlimited version). And it works fine. When I checked the code, the hasTouchNone function is not in the code.

+5
source share
1 answer

It looks like you answered it yourself:

Update: I tried downloading the full Javascript (unlimited version). And> it works fine. When I checked the code, the hasTouchNone function is not in> code.

0
source

Source: https://habr.com/ru/post/1242511/


All Articles