Skip to content

Commit 9e7ccb1

Browse files
Added helpful flags comment
1 parent a6b4066 commit 9e7ccb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ var HTML5AudioSound = new Class({
4444
if (!BaseSound.prototype.play.call(this, markerName, config)) {
4545
return false;
4646
}
47+
// \/\/\/ isPlaying = true, isPaused = false \/\/\/
4748
if (!this.pickAndPlayAudioTag()) {
4849
return false;
4950
}

0 commit comments

Comments
 (0)