Skip to content

Commit 26f2b2a

Browse files
committed
Merge pull request phaserjs#349 from qdrj/patch-2
Update phaser.d.ts
2 parents 27fc447 + e5dc16b commit 26f2b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ declare module Phaser {
15311531
onLoadStart: Phaser.Signal;
15321532
onLoadComplete: Phaser.Signal;
15331533
setPreloadSprite(sprite: Phaser.Sprite, direction?: number): void;
1534-
checkKeyExists(key: string): boolean;
1534+
checkKeyExists(type: string, key: string): boolean;
15351535
reset(): void;
15361536
addToFileList(type: string, key: string, url: string, properties: Array<any>): void;
15371537
image(key: string, url: string, overwrite?: boolean): void;

0 commit comments

Comments
 (0)