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

Fix touch detection test on non-touch devices #962

Merged
merged 1 commit into from
Jan 23, 2014

Conversation

dmlap
Copy link
Member

@dmlap dmlap commented Jan 23, 2014

TOUCH_ENABLED is false on non-touch devices which causes our minified API test to fail when opened in a browser on a traditional destktop machine. It worked fine through the command line because apparanetly phantomjs supports touch events (ha!). Check to make sure the property is not undefined instead.

TOUCH_ENABLED is false on non-touch devices which causes our minified API test to fail when opened in a browser on a traditional destktop machine. It worked fine through the command line because apparanetly phantomjs supports touch events (ha!). Check to make sure the property is not undefined instead.
heff added a commit that referenced this pull request Jan 23, 2014
Fix touch detection test on non-touch devices
@heff heff merged commit cb78815 into videojs:master Jan 23, 2014
@dmlap dmlap deleted the bugfix/touch-detect-test branch January 24, 2014 00:17
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

Successfully merging this pull request may close these issues.

2 participants