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

Use Feature Detection instead of Browser Sniffing #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 18, 2014

  1. Use Feature Detection instead of Browser Sniffing

    While the previous implementation used feature detection, it was using
    it wrong. It was, essentially using feature detection as a more advanced
    browser sniffer.
    
    * Updated this to detect the features actually being used to measure
      zoom.
    * Moved the functions to the same place as the checks, to make it
      easier to keep the 2 connected.
    * Made some adjustments so it passes jshint.
    willsp committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    29bd19b View commit details
    Browse the repository at this point in the history