Selaa lähdekoodia

fix a method's name in d.ts file

Huang Minzhi 5 vuotta sitten
vanhempi
sitoutus
ac553dfd7f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
 	setInterpolation( interpolation: InterpolationModes ): KeyframeTrack;
 	getInterpolation(): InterpolationModes;
 	getInterpolation(): InterpolationModes;
 
 
-	getValuesize(): number;
+	getValueSize(): number;
 
 
 	shift( timeOffset: number ): KeyframeTrack;
 	shift( timeOffset: number ): KeyframeTrack;
 	scale( timeScale: number ): KeyframeTrack;
 	scale( timeScale: number ): KeyframeTrack;

粤ICP备19079148号