Merge pull request #2291 from zeterain/patch-2

Update documentation in ScaleManager.js
This commit is contained in:
Richard Davey 2016-02-01 18:17:17 +02:00
commit 6620890099

View file

@ -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}.
*