Skip to content

Instantly share code, notes, and snippets.

@polyclick
Created August 19, 2015 08:38
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 polyclick/2f1a9686ad4e96162e6b to your computer and use it in GitHub Desktop.
Save polyclick/2f1a9686ad4e96162e6b to your computer and use it in GitHub Desktop.
// jquery fastclick integration
$(function() {
FastClick.attach(document.body);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment