Explorar el Código

Update for AnimationUtils.d.ts

Atsushi hace 5 años
padre
commit
16ac1204b3
Se han modificado 1 ficheros con 1 adiciones y 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,