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();