From 7a7f9122091e4fc4287a4a2550143d8425f8de3a Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Sun, 7 Jan 2018 22:22:24 +0100 Subject: [PATCH] Updated rateUpdates property docs --- v3/src/sound/webaudio/WebAudioSound.js | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/src/sound/webaudio/WebAudioSound.js b/v3/src/sound/webaudio/WebAudioSound.js index e65cbb499..7707d1ff2 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -90,6 +90,7 @@ var WebAudioSound = new Class({ * * @private * @property {{ time: number, rate: number }[]} rateUpdates + * @default [] */ this.rateUpdates = []; /**