mirror of
https://github.com/nasa/openmct.git
synced 2025-06-04 00:20:50 +00:00
[Mobile] Clean Up
Changed one line space.
This commit is contained in:
parent
052a359738
commit
908fbdbf73
@ -388,7 +388,7 @@ define(
|
|||||||
firstTouchDistance = distance;
|
firstTouchDistance = distance;
|
||||||
firstTouch = trackTouchPosition(midpoint, bounds).positionAsPlotPoint;
|
firstTouch = trackTouchPosition(midpoint, bounds).positionAsPlotPoint;
|
||||||
}
|
}
|
||||||
|
|
||||||
function onPinchStart(event, touch) {
|
function onPinchStart(event, touch) {
|
||||||
startZoom(touch.midpoint, touch.bounds, touch.touches, touch.distance);
|
startZoom(touch.midpoint, touch.bounds, touch.touches, touch.distance);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user