Skip to content

Commit 9aae0df

Browse files
committed
Merge pull request phaserjs#648 from keyle/patch-1
Fixed typo in typescript defs
2 parents fc0e239 + 163d8fa commit 9aae0df

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
@@ -3346,7 +3346,7 @@ declare module Phaser {
33463346
remove(plugin: Phaser.Plugin): void;
33473347
removeAll(): void;
33483348
render(): void;
3349-
update(); void;
3349+
update(): void;
33503350

33513351
}
33523352

0 commit comments

Comments
 (0)