Skip to content

Commit 0e493a7

Browse files
committed
Fix cache.getKeys() definition.
1 parent 3f4a4e1 commit 0e493a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ declare module Phaser {
414414
getFrameData(key: string, map?: string): Phaser.FrameData;
415415
getImage(key: string): Phaser.Image;
416416
getJSON(key: string): any;
417-
getKeys(array: string[]): string[];
417+
getKeys(type: number): string[];
418418
getPixiTexture(key: string): PIXI.Texture;
419419
getPixiBaseTexture(key: string): PIXI.BaseTexture;
420420
getPhysicsData(key: string, object?: string, fixtureKey?: string): any[];

0 commit comments

Comments
 (0)