Updated description for mute property

This commit is contained in:
Pavle Goloskokovic 2017-12-07 20:57:05 +01:00
parent 361ff7ff94
commit e4ca4d4b75

View file

@ -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
*/