mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove constructor
This commit is contained in:
parent
5ba3a57479
commit
2e47b89ada
1 changed files with 0 additions and 3 deletions
|
@ -127,9 +127,6 @@ function resetCachedViews() {
|
||||||
document.addEventListener('skinunload', resetCachedViews);
|
document.addEventListener('skinunload', resetCachedViews);
|
||||||
|
|
||||||
class ViewManager {
|
class ViewManager {
|
||||||
constructor() {
|
|
||||||
}
|
|
||||||
|
|
||||||
loadView(options) {
|
loadView(options) {
|
||||||
const lastView = currentView;
|
const lastView = currentView;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue