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:
parent
e77d30d9a0
commit
60be236f1c
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,6 @@ function setLayout(instance, layout, selectedLayout) {
|
||||||
}
|
}
|
||||||
|
|
||||||
class LayoutManager {
|
class LayoutManager {
|
||||||
constructor() {
|
|
||||||
}
|
|
||||||
|
|
||||||
setLayout(layout, save) {
|
setLayout(layout, save) {
|
||||||
if (!layout || layout === 'auto') {
|
if (!layout || layout === 'auto') {
|
||||||
this.autoLayout();
|
this.autoLayout();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue