提交 1dccaf09 编写于 作者: M Mr.doob

EditorControls: Minor clean up.

上级 6c4b2204
......@@ -272,7 +272,7 @@ THREE.EditorControls = function ( object, domElement ) {
event.preventDefault();
event.stopPropagation();
var getClosest = function( touch, touches ) {
function getClosest( touch, touches ) {
var closest = touches[ 0 ];
......@@ -284,7 +284,7 @@ THREE.EditorControls = function ( object, domElement ) {
return closest;
};
}
switch ( event.touches.length ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册