Explorar o código

Update for AnimationUtils.d.ts

Atsushi %!s(int64=5) %!d(string=hai) anos
pai
achega
16ac1204b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,