mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
0d339ab968
commit
98fbc2497c
10 changed files with 82 additions and 63 deletions
|
@ -11,7 +11,7 @@ define(['appSettings', 'apiClientResolver', 'events'], function (appsettings, ap
|
|||
return null;
|
||||
}
|
||||
|
||||
var obj = function () {
|
||||
return new function () {
|
||||
|
||||
var self = this;
|
||||
|
||||
|
@ -94,7 +94,5 @@ define(['appSettings', 'apiClientResolver', 'events'], function (appsettings, ap
|
|||
});
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
return new obj();
|
||||
}();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue