Skip to content

Commit

Permalink
Merge pull request #484 from Strato/patch-1
Browse files Browse the repository at this point in the history
Update phaser.d.ts
  • Loading branch information
photonstorm committed Feb 26, 2014
2 parents 159426c + 375da5d commit 4f0c764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/phaser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,7 @@ declare module Phaser {
fileError(key: number): void;
getAsset(type: string, key: string): any;
image(key: string, url: string, overwrite?: boolean): Phaser.Loader;
json(key: string, url: string): Phaser.Loader;
jsonLoadComplete(index: number): void;
removeAll(): void;
removeFile(key: string, type: string): void;
Expand Down

0 comments on commit 4f0c764

Please sign in to comment.