Browse Source

Update for AnimationUtils.d.ts

Atsushi 5 years ago
parent
commit
16ac1204b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/AnimationUtils.d.ts

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

@@ -4,7 +4,7 @@ export namespace AnimationUtils {
 	export function arraySlice( array: any, from: number, to: number ): any;
 	export function convertArray( array: any, type: any, forceClone: boolean ): any;
 	export function isTypedArray( object: any ): boolean;
-	export function getKeyFrameOrder( times: number ): number[];
+	export function getKeyFrameOrder( times: number[] ): number[];
 	export function sortedArray(
 		values: any[],
 		stride: number,