mirror of
https://github.com/photonstorm/phaser
synced 2025-02-25 11:57:19 +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;
|
remove(plugin: Phaser.Plugin): void;
|
||||||
removeAll(): void;
|
removeAll(): void;
|
||||||
render(): void;
|
render(): void;
|
||||||
update(); void;
|
update(): void;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue