Skip to content

Commit 87318ee

Browse files
committed
TS defs fix.
1 parent a0eb44e commit 87318ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

typescript/phaser.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4565,8 +4565,8 @@ declare module Phaser {
45654565
trackParentInterval: number;
45664566
width: number;
45674567
windowConstraints: {
4568-
bottom: boolean;
4569-
right: boolean;
4568+
bottom: string;
4569+
right: string;
45704570
};
45714571

45724572
boot(): void;

0 commit comments

Comments
 (0)