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

remove constructor

This commit is contained in:
Cameron 2020-08-05 19:59:25 +01:00
parent 5ba3a57479
commit 2e47b89ada

View file

@ -127,9 +127,6 @@ function resetCachedViews() {
document.addEventListener('skinunload', resetCachedViews);
class ViewManager {
constructor() {
}
loadView(options) {
const lastView = currentView;