1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix ESLint breakage

This commit is contained in:
MrTimscampi 2020-04-02 23:45:45 +02:00
parent cdb9b29203
commit f58f54815c
4 changed files with 30 additions and 22 deletions

View file

@ -544,8 +544,10 @@ import layoutManager from "layoutManager";
}, {capture: true});
}
export default {
isEnabled: isEnabled,
scrollTo: scrollTo,
scrollToElement: scrollToElement
};
/* eslint-enable indent */
export default {
isEnabled: isEnabled,
scrollTo: scrollTo,
scrollToElement: scrollToElement
};