diff --git a/layout-iscroll2.html b/layout-iscroll2.html
index 57a04d6..86e9347 100755
--- a/layout-iscroll2.html
+++ b/layout-iscroll2.html
@@ -121,6 +121,7 @@ $(document).ready(function(){
.on('mousemove touchmove', function(evt){
//var t = evt.timeStamp || Date.now();
evt.preventDefault()
+ console.log(evt.touches)
if(evt.touches != null && evt.touches.length > 0){
console.log('touching!!!')
var pos_x = evt.touches[0].pointX