Mugen87 %!s(int64=7) %!d(string=hai) anos
pai
achega
a1e84044f3
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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 ) {