Modernizr >= 2 and >= 3 use touchevents insted touch
alexander-akait opened this issue · 3 comments
alexander-akait commented
Line 81:
touchSupport: (typeof Modernizr === 'undefined') ? false : Modernizr.touch,
tylersticka commented
Good call, @evilebottnawi !
tylersticka commented
- Include updated Modernizr for demo
- Update Modernizr test
- Bump version in package info
- Update README
- Version history
- Options
tylersticka commented
@evilebottnawi Should be fixed now, version is 2.0.10
. Thanks again! 👍