Browse Source

Remove unnecessary semi-colon from AnimationAction

Tristan VALCKE 8 years ago
parent
commit
41158b56f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/AnimationAction.js

+ 1 - 1
src/animation/AnimationAction.js

@@ -74,7 +74,7 @@ function AnimationAction( mixer, clip, localRoot ) {
 	this.zeroSlopeAtStart 	= true;		// for smooth interpolation w/o separate
 	this.zeroSlopeAtStart 	= true;		// for smooth interpolation w/o separate
 	this.zeroSlopeAtEnd		= true;		// clips for start, loop and end
 	this.zeroSlopeAtEnd		= true;		// clips for start, loop and end
 
 
-};
+}
 
 
 AnimationAction.prototype = {
 AnimationAction.prototype = {