mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +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
|
||||
*
|
||||
* @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}.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue