mirror of
https://github.com/photonstorm/phaser
synced 2024-11-29 16:10:56 +00:00
typo
This commit is contained in:
parent
2abe9e323f
commit
7a4cdcf807
1 changed files with 1 additions and 1 deletions
2
types/phaser.d.ts
vendored
2
types/phaser.d.ts
vendored
|
@ -5544,7 +5544,7 @@ declare namespace Phaser {
|
|||
/**
|
||||
* Should the DOM Container that is created (if `dom.createContainer` is true) be positioned behind (true) or over the top (false, the default) of the game canvas?
|
||||
*/
|
||||
readonly domBehindCanvas: boolean;
|
||||
readonly domBehindCanvas: boolean;
|
||||
|
||||
/**
|
||||
* The default `pointerEvents` attribute set on the DOM Container.
|
||||
|
|
Loading…
Reference in a new issue