From 24dd325e95c951d431a7a4e56aabdde434294e81 Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Sun, 7 Jan 2018 22:20:47 +0100 Subject: [PATCH] Updated muteNode property docs --- v3/src/sound/webaudio/WebAudioSound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/src/sound/webaudio/WebAudioSound.js b/v3/src/sound/webaudio/WebAudioSound.js index 49b121276..33c606a64 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -45,7 +45,7 @@ var WebAudioSound = new Class({ */ this.loopSource = null; /** - * [description] + * Gain node responsible for controlling this sound's muting. * * @private * @property {GainNode} muteNode