Skip to content

Commit 3b71baf

Browse files
committed
Fixed typos in typings for CachedImage
1 parent a2fda3f commit 3b71baf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

typescript/phaser.d.ts

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

524524
interface CachedImage {
525525

526-
key: string,
527-
url: string,
528-
data: HTMLImageElement,
529-
base: PIXI.BaseTexture,
530-
frame: Phaser.Frame,
531-
frameData: Phaser.FrameData
526+
key: string;
527+
url: string;
528+
data: HTMLImageElement;
529+
base: PIXI.BaseTexture;
530+
frame: Phaser.Frame;
531+
frameData: Phaser.FrameData;
532532

533533
}
534534

0 commit comments

Comments
 (0)