Mugen87 7 年之前
父節點
當前提交
a1e84044f3
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/animation/AnimationObjectGroup.js

+ 1 - 2
src/animation/AnimationObjectGroup.js

@@ -96,14 +96,13 @@ Object.assign( AnimationObjectGroup.prototype, {
 			parsedPaths = this._parsedPaths,
 			bindings = this._bindings,
 			nBindings = bindings.length,
-		    	knownObject = undefined;
+			knownObject = undefined;
 
 		for ( var i = 0, n = arguments.length; i !== n; ++ i ) {
 
 			var object = arguments[ i ],
 				uuid = object.uuid,
 				index = indicesByUUID[ uuid ];
-				
 
 			if ( index === undefined ) {