We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ef281 commit 82b7f77Copy full SHA for 82b7f77
1 file changed
src/APlayer.js
@@ -541,7 +541,7 @@
541
if (this.isMobile) {
542
this.pause();
543
}
544
- };
+ }
545
546
/**
547
* Play music
@@ -577,7 +577,7 @@
577
}, 100);
578
this.trigger('play');
579
580
581
582
583
* Pause music
@@ -595,7 +595,7 @@
595
clearInterval(this.playedTime);
596
this.trigger('pause');
597
598
599
600
601
* attach event
0 commit comments