Remove FastClick from mobile-full-screen example

This commit is contained in:
Frederic Junod
2016-04-04 16:31:28 +02:00
parent 825d525d3f
commit 4b832708e5
6 changed files with 0 additions and 38 deletions

View File

@@ -32,11 +32,3 @@ geolocation.once('change:position', function() {
view.setCenter(geolocation.getPosition());
view.setResolution(2.388657133911758);
});
// Use FastClick to eliminate the 300ms delay between a physical tap
// 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.
document.addEventListener('DOMContentLoaded', function() {
FastClick.attach(document.body);
});