Преглед изворни кода

fix a method's name in d.ts file

Huang Minzhi пре 5 година
родитељ
комит
ac553dfd7f
1 измењених фајлова са 1 додато и 1 уклоњено
  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;