diff --git a/src/APlayer.js b/src/APlayer.js index 561da62..87921e7 100644 --- a/src/APlayer.js +++ b/src/APlayer.js @@ -541,7 +541,7 @@ if (this.isMobile) { this.pause(); } - }; + } /** * Play music @@ -577,7 +577,7 @@ }, 100); this.trigger('play'); } - }; + } /** * Pause music @@ -595,7 +595,7 @@ clearInterval(this.playedTime); this.trigger('pause'); } - }; + } /** * attach event