mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Update Config.js
This commit is contained in:
parent
5387e9ef28
commit
24125ef4d9
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ var Config = new Class({
|
|||
// If you do: { banner: false } it won't display any banner at all
|
||||
|
||||
/**
|
||||
* @const {boolean} Phaser.Core.Config#hideBanner - Don't write the banner line to the console.log.
|
||||
* @const {boolean} Phaser.Core.Config#hideBanner - Don't write the banner line to the console.log. See `Phaser.TYpes.Core.BannerConfig` for details of this object.
|
||||
*/
|
||||
this.hideBanner = (GetValue(config, 'banner', null) === false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue