From 8ea3dbd6afb9e920eaced163862e9a6540b5e9f0 Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Wed, 13 Dec 2017 22:48:27 +0100 Subject: [PATCH] Removed completed TODO --- v3/src/sound/webaudio/WebAudioSound.js | 1 - 1 file changed, 1 deletion(-) 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;