Shouldn't prevent default for touchStart.

Default touch event shouldn't be prevented.
This commit is contained in:
Hyunje Alex Jun 2014-10-28 14:33:07 +00:00
parent 7cf8303b30
commit 967c30a5e4

View File

@ -587,7 +587,6 @@
}
e.stopPropagation();
e.preventDefault();
}
}
function touchMove(e) {