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 IE 11 #6169

Merged
merged 2 commits into from
Jan 29, 2018
Merged

Fix IE 11 #6169

merged 2 commits into from
Jan 29, 2018

Commits on Jan 29, 2018

  1. Fix IE 11

    IE 11 seems to be returning Infinity for `performance.now()` on some
    systems.  This adds an extra level of validation in `getTimestamp` to
    make sure the value is finite.
    
    Fixes #6146
    mramato committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    237217a View commit details
    Browse the repository at this point in the history
  2. Update CHANGES

    mramato committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    5f75114 View commit details
    Browse the repository at this point in the history