touchwipe 이벤트 threshod 값 변경

This commit is contained in:
chicpro
2013-10-18 13:49:18 +09:00
parent 0d3652559d
commit 134e508160
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ $(function() {
wipeDown: function() { wipeDown: function() {
$("#info_top_layer").floatTopMenu("hide"); $("#info_top_layer").floatTopMenu("hide");
}, },
min_move_y: 5, min_move_y: 20,
preventDefaultEvents: false preventDefaultEvents: false
}); });

View File

@ -492,7 +492,7 @@ $(function(){
$("#form_btn_layer").floatBottomMenu("hide"); $("#form_btn_layer").floatBottomMenu("hide");
}, },
min_move_x: 20, min_move_x: 20,
min_move_y: 5, min_move_y: 20,
preventDefaultEvents: false preventDefaultEvents: false
}); });