diff --git a/v3/src/sound/webaudio/WebAudioSound.js b/v3/src/sound/webaudio/WebAudioSound.js index 4cfafd516..49b121276 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -37,10 +37,11 @@ var WebAudioSound = new Class({ */ this.source = null; /** - * [description] + * A reference to a second audio source used for gapless looped playback. * * @private * @property {AudioBufferSourceNode} loopSource + * @default null */ this.loopSource = null; /**