mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Merge pull request #2291 from zeterain/patch-2
Update documentation in ScaleManager.js
This commit is contained in:
commit
6620890099
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ Phaser.ScaleManager = function (game, width, height) {
|
||||||
*
|
*
|
||||||
* @protected
|
* @protected
|
||||||
*
|
*
|
||||||
* @property {boolean} [supportsFullscreen=(auto)] - True only if fullscreen support will be used. (Changing to fullscreen still might not work.)
|
* @property {boolean} [supportsFullScreen=(auto)] - True only if fullscreen support will be used. (Changing to fullscreen still might not work.)
|
||||||
*
|
*
|
||||||
* @property {boolean} [orientationFallback=(auto)] - See {@link Phaser.DOM.getScreenOrientation}.
|
* @property {boolean} [orientationFallback=(auto)] - See {@link Phaser.DOM.getScreenOrientation}.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue