reduce touch event threshold to make it more sensitive

This commit is contained in:
Hakim El Hattab
2013-08-10 13:42:53 -04:00
parent 8222795c87
commit b800d147b1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ var Reveal = (function(){
startSpan: 0, startSpan: 0,
startCount: 0, startCount: 0,
handled: false, handled: false,
threshold: 80 threshold: 40
}; };
/** /**
+2 -2
View File
File diff suppressed because one or more lines are too long