فهرست منبع

Remove unnecessary semi-colon from AnimationAction

Tristan VALCKE 9 سال پیش
والد
کامیت
41158b56f3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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号