mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Removed Config.domBehindCanvas
property as it's never used internally. Fix #5749
This commit is contained in:
parent
320aedcaba
commit
7d70bfbd57
1 changed files with 0 additions and 5 deletions
|
@ -202,11 +202,6 @@ var Config = new Class({
|
|||
*/
|
||||
this.domCreateContainer = GetValue(config, 'dom.createContainer', false);
|
||||
|
||||
/**
|
||||
* @const {?boolean} Phaser.Core.Config#domBehindCanvas - 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?
|
||||
*/
|
||||
this.domBehindCanvas = GetValue(config, 'dom.behindCanvas', false);
|
||||
|
||||
/**
|
||||
* @const {?string} Phaser.Core.Config#domPointerEvents - The default `pointerEvents` attribute set on the DOM Container.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue