Skip to content

Commit e4ca4d4

Browse files
Updated description for mute property
1 parent 361ff7f commit e4ca4d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

v3/src/sound/BaseSound.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ var BaseSound = new Class({
7373
*/
7474
this.currentConfig = this.config;
7575
/**
76-
* [description]
76+
* Boolean indicating whether the sound is muted or not.
77+
* Gets or sets the muted state of this sound.
7778
*
7879
* @property {boolean} mute
7980
*/

0 commit comments

Comments
 (0)