Skip to content

Commit 82b7f77

Browse files
committed
remove redundant semicolon
1 parent 12ef281 commit 82b7f77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/APlayer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
if (this.isMobile) {
542542
this.pause();
543543
}
544-
};
544+
}
545545

546546
/**
547547
* Play music
@@ -577,7 +577,7 @@
577577
}, 100);
578578
this.trigger('play');
579579
}
580-
};
580+
}
581581

582582
/**
583583
* Pause music
@@ -595,7 +595,7 @@
595595
clearInterval(this.playedTime);
596596
this.trigger('pause');
597597
}
598-
};
598+
}
599599

600600
/**
601601
* attach event

0 commit comments

Comments
 (0)