Skip to content

Commit 8ae7ac4

Browse files
Updated properties docs
1 parent 6e30654 commit 8ae7ac4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v3/src/sound/webaudio/WebAudioSoundManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ var WebAudioSoundManager = new Class({
2323
*/
2424
this.context = this.createAudioContext(game);
2525
/**
26-
* [description]
26+
* Gain node responsible for controlling global muting.
2727
*
2828
* @private
2929
* @property {GainNode} masterMuteNode
3030
*/
3131
this.masterMuteNode = this.context.createGain();
3232
/**
33-
* [description]
33+
* Gain node responsible for controlling global volume.
3434
*
3535
* @private
3636
* @property {GainNode} masterVolumeNode

0 commit comments

Comments
 (0)