Skip to content

Commit 09bd56b

Browse files
committed
Removed Game.isOver property
1 parent 74798cf commit 09bd56b

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/boot/Game.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -329,17 +329,6 @@ var Game = new Class({
329329
*/
330330
this.hasFocus = false;
331331

332-
/**
333-
* Is the mouse pointer currently over the game canvas or not?
334-
* This is modified by the VisibilityHandler.
335-
*
336-
* @name Phaser.Game#isOver
337-
* @type {boolean}
338-
* @readonly
339-
* @since 3.10.0
340-
*/
341-
this.isOver = true;
342-
343332
// Wait for the DOM Ready event, then call boot.
344333
DOMContentLoaded(this.boot.bind(this));
345334
},

0 commit comments

Comments
 (0)