mirror of
https://github.com/photonstorm/phaser
synced 2024-11-17 10:18:42 +00:00
Removed Game.isOver property
This commit is contained in:
parent
74798cf206
commit
09bd56bd8e
1 changed files with 0 additions and 11 deletions
|
@ -329,17 +329,6 @@ var Game = new Class({
|
|||
*/
|
||||
this.hasFocus = false;
|
||||
|
||||
/**
|
||||
* Is the mouse pointer currently over the game canvas or not?
|
||||
* This is modified by the VisibilityHandler.
|
||||
*
|
||||
* @name Phaser.Game#isOver
|
||||
* @type {boolean}
|
||||
* @readonly
|
||||
* @since 3.10.0
|
||||
*/
|
||||
this.isOver = true;
|
||||
|
||||
// Wait for the DOM Ready event, then call boot.
|
||||
DOMContentLoaded(this.boot.bind(this));
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue