Resetting config on stop call

This commit is contained in:
Pavle Goloskokovic 2017-12-07 20:17:38 +01:00
parent 1973781052
commit 11d9d5455d

View file

@ -252,6 +252,7 @@ var BaseSound = new Class({
}
this.isPlaying = false;
this.isPaused = false;
this.resetConfig();
return true;
},
/**