mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
module resolution for viewManager
This commit is contained in:
parent
1ba0c7501e
commit
4a5fc817fb
3
src/components/viewmanager/package.json
Normal file
3
src/components/viewmanager/package.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "viewManager.js"
|
||||
}
|
@ -801,7 +801,7 @@ var AppInfo = {};
|
||||
define("programStyles", ["css!" + componentsPath + "/guide/programs"], returnFirstDependency);
|
||||
define("guide-settings-dialog", [componentsPath + "/guide/guide-settings"], returnFirstDependency);
|
||||
define("loadingDialog", [componentsPath + "/loadingdialog/loadingdialog"], returnFirstDependency);
|
||||
define("viewManager", [componentsPath + "/viewmanager/viewmanager"], function (viewManager) {
|
||||
define("viewManager", [componentsPath + "/viewManager/viewManager"], function (viewManager) {
|
||||
window.ViewManager = viewManager;
|
||||
viewManager.dispatchPageEvents(true);
|
||||
return viewManager;
|
||||
|
Loading…
Reference in New Issue
Block a user