Added helpful flags comment

This commit is contained in:
Pavle Goloskokovic 2018-01-11 18:49:44 +01:00
parent a6b4066468
commit 9e7ccb1503

View file

@ -44,6 +44,7 @@ var HTML5AudioSound = new Class({
if (!BaseSound.prototype.play.call(this, markerName, config)) {
return false;
}
// \/\/\/ isPlaying = true, isPaused = false \/\/\/
if (!this.pickAndPlayAudioTag()) {
return false;
}