Remove jQuery from mobile fullscreen example

This commit is contained in:
Tim Schaub
2015-04-16 07:09:07 -06:00
parent f712123e93
commit 7c8eaae6a1

View File

@@ -37,6 +37,6 @@ geolocation.once('change:position', function() {
// and the firing of a click event on mobile browsers.
// See http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away
// for more information.
$(function() {
document.addEventListener('DOMContentLoaded', function() {
FastClick.attach(document.body);
});