Skip to content

Instantly share code, notes, and snippets.

@talentless
Created April 10, 2012 18:36
Show Gist options
  • Save talentless/2353555 to your computer and use it in GitHub Desktop.
Save talentless/2353555 to your computer and use it in GitHub Desktop.
if (type === "touchstart") type = "mousedown";
else if (type === "touchmove") type = "mousemove";
else if (type === "touchend") type = "mouseup";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment