Skip to content

Commit 9ce14d6

Browse files
Fixed destination property docs
1 parent 9550d6f commit 9ce14d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/webaudio/WebAudioSoundManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ var WebAudioSoundManager = new Class({
6060
this.masterVolumeNode = this.context.createGain();
6161

6262
this.masterMuteNode.connect(this.masterVolumeNode);
63-
6463
this.masterVolumeNode.connect(this.context.destination);
6564

6665
/**
6766
* Destination node for connecting individual sounds to.
6867
*
6968
* @name Phaser.Sound.WebAudioSoundManager#destination
7069
* @type {AudioNode}
70+
* @private
7171
* @since 3.0.0
7272
*/
7373
this.destination = this.masterMuteNode;

0 commit comments

Comments
 (0)