diff --git a/v3/src/sound/webaudio/WebAudioSound.js b/v3/src/sound/webaudio/WebAudioSound.js index 9614bff9e..5865bf468 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -121,7 +121,6 @@ var WebAudioSound = new Class({ * * @private */ - // TODO add delay param createAndStartBufferSource: function () { var _this = this; var seek = this.currentConfig.seek;