Ver Fonte

Remove unnecessary semi-colon from AnimationAction

Tristan VALCKE há 9 anos atrás
pai
commit
41158b56f3
1 ficheiros alterados com 1 adições e 1 exclusões
  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.zeroSlopeAtEnd		= true;		// clips for start, loop and end
 
-};
+}
 
 AnimationAction.prototype = {
 

粤ICP备19079148号