Updated mute property docs

This commit is contained in:
Pavle Goloskokovic 2018-01-07 22:35:57 +01:00
parent 5248d2b113
commit 7270536ecb

View file

@ -398,6 +398,8 @@ var WebAudioSound = new Class({
}); });
/** /**
* Mute setting. * Mute setting.
*
* @name Phaser.Sound.WebAudioSound#mute
* @property {boolean} mute * @property {boolean} mute
*/ */
Object.defineProperty(WebAudioSound.prototype, 'mute', { Object.defineProperty(WebAudioSound.prototype, 'mute', {