mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Merge pull request #648 from keyle/patch-1
Fixed typo in typescript defs
This commit is contained in:
commit
9aae0dfd85
1 changed files with 1 additions and 1 deletions
2
build/phaser.d.ts
vendored
2
build/phaser.d.ts
vendored
|
@ -3346,7 +3346,7 @@ declare module Phaser {
|
|||
remove(plugin: Phaser.Plugin): void;
|
||||
removeAll(): void;
|
||||
render(): void;
|
||||
update(); void;
|
||||
update(): void;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue