increase REMOVE_PREVENT_DELAY by 50ms

This commit is contained in:
Adam Bradley
2014-02-20 10:35:13 -06:00
parent 02365e0fe3
commit 2a68d0b5b6

View File

@@ -230,7 +230,7 @@
var tapCoordinates = {}; // used to remember coordinates to ignore if they happen again quickly
var CLICK_PREVENT_DURATION = 1500; // max milliseconds ghostclicks in the same area should be prevented
var REMOVE_PREVENT_DELAY = 325; // delay after a touchend/mouseup before removing the ghostclick prevent
var REMOVE_PREVENT_DELAY = 375; // delay after a touchend/mouseup before removing the ghostclick prevent
var HIT_RADIUS = 15;
// set global click handler and check if the event should stop or not