Skip to content

Instantly share code, notes, and snippets.

@davidcorbin
Created March 20, 2014 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcorbin/9655809 to your computer and use it in GitHub Desktop.
Save davidcorbin/9655809 to your computer and use it in GitHub Desktop.
Optimizing For Touch 1
var clicktest = "ontouchstart" in window ? "touchstart" : "click";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment