mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Updated mute property docs
This commit is contained in:
parent
3c0b7ce07d
commit
34210c4933
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ var WebAudioSoundManager = new Class({
|
|||
});
|
||||
/**
|
||||
* Global mute setting.
|
||||
*
|
||||
* @name Phaser.Sound.WebAudioSoundManager#mute
|
||||
* @property {boolean} mute
|
||||
*/
|
||||
Object.defineProperty(WebAudioSoundManager.prototype, 'mute', {
|
||||
|
|
Loading…
Reference in a new issue