mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Updated description for mute property
This commit is contained in:
parent
361ff7ff94
commit
e4ca4d4b75
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ var BaseSound = new Class({
|
|||
*/
|
||||
this.currentConfig = this.config;
|
||||
/**
|
||||
* [description]
|
||||
* Boolean indicating whether the sound is muted or not.
|
||||
* Gets or sets the muted state of this sound.
|
||||
*
|
||||
* @property {boolean} mute
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue