Remove jQuery from mobile fullscreen example
This commit is contained in:
@@ -37,6 +37,6 @@ geolocation.once('change:position', function() {
|
|||||||
// and the firing of a click event on mobile browsers.
|
// and the firing of a click event on mobile browsers.
|
||||||
// See http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away
|
// See http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away
|
||||||
// for more information.
|
// for more information.
|
||||||
$(function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
FastClick.attach(document.body);
|
FastClick.attach(document.body);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user