File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments