Skip to content

Instantly share code, notes, and snippets.

@dongjinahn
Last active May 5, 2018 14:09
Show Gist options
  • Select an option

  • Save dongjinahn/269cc2e74d122b7937eb9912c055fc65 to your computer and use it in GitHub Desktop.

Select an option

Save dongjinahn/269cc2e74d122b7937eb9912c055fc65 to your computer and use it in GitHub Desktop.
if ('addEventListener' in document) {
document.addEventListener('DOMContentLoaded', function() {
FastClick.attach(document.body);
}, false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment