Skip to content

Commit ab6feb3

Browse files
committed
Fix CachedImage interface definition
1 parent 2796a9d commit ab6feb3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

typescript/phaser.comments.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3425,12 +3425,12 @@ declare module Phaser {
34253425

34263426
interface CachedImage {
34273427

3428-
key: string,
3429-
url: string,
3430-
data: HTMLImageElement,
3431-
base: PIXI.BaseTexture,
3432-
frame: Phaser.Frame,
3433-
frameData: Phaser.FrameData
3428+
key: string;
3429+
url: string;
3430+
data: HTMLImageElement;
3431+
base: PIXI.BaseTexture;
3432+
frame: Phaser.Frame;
3433+
frameData: Phaser.FrameData;
34343434

34353435
}
34363436

0 commit comments

Comments
 (0)