浏览代码

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;