Explorar o código

fix a method's name in d.ts file

Huang Minzhi %!s(int64=5) %!d(string=hai) anos
pai
achega
ac553dfd7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/animation/KeyframeTrack.d.ts

+ 1 - 1
src/animation/KeyframeTrack.d.ts

@@ -29,7 +29,7 @@ export class KeyframeTrack {
 	setInterpolation( interpolation: InterpolationModes ): KeyframeTrack;
 	getInterpolation(): InterpolationModes;
 
-	getValuesize(): number;
+	getValueSize(): number;
 
 	shift( timeOffset: number ): KeyframeTrack;
 	scale( timeScale: number ): KeyframeTrack;

粤ICP备19079148号