From 06140745ac29eea8886ca6d70caaa010c18b269a Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Sun, 7 Jan 2018 22:20:26 +0100 Subject: [PATCH] Updated loopSource property docs --- v3/src/sound/webaudio/WebAudioSound.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; /**