Skip to content

Commit dea2ee8

Browse files
committed
Moving out of experimental
1 parent c28d790 commit dea2ee8

1 file changed

Lines changed: 11 additions & 14 deletions

File tree

src/boot/Game.js

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -226,19 +226,16 @@ var Game = new Class({
226226
*/
227227
this.device = Device;
228228

229-
if (typeof EXPERIMENTAL)
230-
{
231-
/**
232-
* An instance of the Scale Manager.
233-
*
234-
* The Scale Manager is a global system responsible for handling game scaling events.
235-
*
236-
* @name Phaser.Game#scaleManager
237-
* @type {Phaser.Boot.ScaleManager}
238-
* @since 3.12.0
239-
*/
240-
this.scaleManager = new ScaleManager(this, this.config);
241-
}
229+
/**
230+
* An instance of the Scale Manager.
231+
*
232+
* The Scale Manager is a global system responsible for handling game scaling events.
233+
*
234+
* @name Phaser.Game#scaleManager
235+
* @type {Phaser.Boot.ScaleManager}
236+
* @since 3.15.0
237+
*/
238+
this.scaleManager = new ScaleManager(this, this.config);
242239

243240
/**
244241
* An instance of the base Sound Manager.
@@ -715,7 +712,7 @@ var Game = new Class({
715712
* Then resizes the Renderer and Input Manager scale.
716713
*
717714
* @method Phaser.Game#resize
718-
* @fires Phaser.Game#reiszeEvent
715+
* @fires Phaser.Game#resizeEvent
719716
* @since 3.2.0
720717
*
721718
* @param {number} width - The new width of the game.

0 commit comments

Comments
 (0)