[Mobile] Clean Up

Changed one line space.
This commit is contained in:
Shivam Dave 2015-09-02 12:59:44 -07:00
parent 052a359738
commit 908fbdbf73

View File

@ -388,7 +388,7 @@ define(
firstTouchDistance = distance;
firstTouch = trackTouchPosition(midpoint, bounds).positionAsPlotPoint;
}
function onPinchStart(event, touch) {
startZoom(touch.midpoint, touch.bounds, touch.touches, touch.distance);
}