Skip to content

Commit d0386ae

Browse files
committed
Merge pull request phaserjs#1827 from jamesgroat/dev
Fix cache.getKeys() definition.
2 parents 1438248 + 0e493a7 commit d0386ae

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
@@ -419,7 +419,7 @@ declare module Phaser {
419419
getFrameData(key: string, map?: string): Phaser.FrameData;
420420
getImage(key: string): Phaser.Image;
421421
getJSON(key: string): any;
422-
getKeys(array: string[]): string[];
422+
getKeys(type: number): string[];
423423
getPixiTexture(key: string): PIXI.Texture;
424424
getPixiBaseTexture(key: string): PIXI.BaseTexture;
425425
getPhysicsData(key: string, object?: string, fixtureKey?: string): any[];

0 commit comments

Comments
 (0)