eslint: no-unused-vars

This commit is contained in:
Araxeus
2022-04-22 16:58:37 +03:00
parent 6f2552814f
commit cb7c9bda16
3 changed files with 2 additions and 3 deletions

View File

@ -85,7 +85,7 @@ function forcePlaybackRate(e) {
}
module.exports = () => {
document.addEventListener('apiLoaded', e => {
document.addEventListener('apiLoaded', () => {
observePopupContainer();
observeVideo();
setupWheelListener();