From f7ab4ca402512aa41afa09dcc0b8b59e97bb7e90 Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Wed, 13 Dec 2017 22:26:32 +0100 Subject: [PATCH] Resetting delay value in resetConfig method --- v3/src/sound/BaseSound.js | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/src/sound/BaseSound.js b/v3/src/sound/BaseSound.js index 563211d17..fccf91744 100644 --- a/v3/src/sound/BaseSound.js +++ b/v3/src/sound/BaseSound.js @@ -278,6 +278,7 @@ var BaseSound = new Class({ */ resetConfig: function () { this.currentConfig.seek = 0; + this.currentConfig.delay = 0; // TODO add delay }, fadeTo: function (volume, duration) {