Resetting delay value in resetConfig method

This commit is contained in:
Pavle Goloskokovic 2017-12-13 22:26:32 +01:00
parent e87fdb71ec
commit f7ab4ca402

View file

@ -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) {