Updated mute property docs

This commit is contained in:
Pavle Goloskokovic 2018-01-06 19:20:13 +01:00
parent 3c0b7ce07d
commit 34210c4933

View file

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