X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=js%2Fmap.js;h=77585e27c7eb345cfbc7c346259537f23d50b7bc;hp=ce664298e6c478fd3c08576f26b99fe7565c87ac;hb=6a42dec82d1f84a676585379401cdad4e44b7b56;hpb=7710f0a3d22b1856b08f57b90101c09876f1c89c diff --git a/js/map.js b/js/map.js index ce66429..77585e2 100644 --- a/js/map.js +++ b/js/map.js @@ -489,6 +489,7 @@ var mapEvHandler = { Math.pow(aEvent.targetTouches.item(1).clientY - aEvent.targetTouches.item(0).clientY, 2) ); + console.log('!!!' + gPinchStartWidth); } gDragTouchID = aEvent.changedTouches.item(0).identifier; coordObj = aEvent.changedTouches.identifiedTouch(gDragTouchID);