Browse Source

AnimationObjectGroup clean up.

Mr.doob 7 years ago
parent
commit
a3b777113a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/AnimationObjectGroup.js

+ 1 - 1
src/animation/AnimationObjectGroup.js

@@ -96,7 +96,7 @@ 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 ) {