Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernizr >= 2 and >= 3 use touchevents insted touch #42

Closed
alexander-akait opened this issue Jan 20, 2016 · 3 comments
Closed

Modernizr >= 2 and >= 3 use touchevents insted touch #42

alexander-akait opened this issue Jan 20, 2016 · 3 comments
Assignees

Comments

@alexander-akait
Copy link

Line 81:

touchSupport: (typeof Modernizr === 'undefined') ? false : Modernizr.touch,
@tylersticka
Copy link
Member

Good call, @evilebottnawi !

@tylersticka tylersticka self-assigned this Jan 21, 2016
@tylersticka
Copy link
Member

  • Include updated Modernizr for demo
  • Update Modernizr test
  • Bump version in package info
  • Update README
    • Version history
    • Options

tylersticka added a commit that referenced this issue Jan 21, 2016
Updates Modernizr build and references most up-to-date test (formerly `touch`, now `touchevents`).

Refs: #42
@tylersticka
Copy link
Member

@evilebottnawi Should be fixed now, version is 2.0.10. Thanks again! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants