mirror of
https://github.com/photonstorm/phaser
synced 2024-12-04 02:20:23 +00:00
Updated mute property docs
This commit is contained in:
parent
5248d2b113
commit
7270536ecb
1 changed files with 2 additions and 0 deletions
|
@ -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', {
|
||||||
|
|
Loading…
Reference in a new issue