From add17bb275628c3d46cbeaeb1559f3ee9a703223 Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Sun, 7 Jan 2018 22:30:18 +0100 Subject: [PATCH] Updated createAndStartLoopBufferSource method 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 297ed17e3..52c778609 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -212,6 +212,7 @@ var WebAudioSound = new Class({ * Used internally to do what the name says. * * @private + * @method Phaser.Sound.WebAudioSound#createAndStartLoopBufferSource */ createAndStartLoopBufferSource: function () { var when = this.getLoopTime();