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

Remove empy Constructor

This commit is contained in:
Cameron 2020-08-05 19:24:22 +01:00
parent e77d30d9a0
commit 60be236f1c

View file

@ -13,9 +13,6 @@ function setLayout(instance, layout, selectedLayout) {
}
class LayoutManager {
constructor() {
}
setLayout(layout, save) {
if (!layout || layout === 'auto') {
this.autoLayout();