mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
continue jquery removal
This commit is contained in:
parent
1fba8135db
commit
3128b05f14
15 changed files with 115 additions and 103 deletions
|
@ -15,12 +15,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.14",
|
||||
"_release": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"_release": "1.4.15",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.14",
|
||||
"commit": "fd21288c33a836206b3f6322cd3205f63c2db53f"
|
||||
"tag": "1.4.15",
|
||||
"commit": "0a71ddc9b55b812fb7c7059525a6a774c3423996"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.0",
|
||||
|
|
|
@ -176,6 +176,10 @@ define(['viewcontainer', 'focusManager', 'queryString', 'connectionManager', 'ev
|
|||
});
|
||||
};
|
||||
|
||||
self.currentView = function () {
|
||||
return currentView;
|
||||
};
|
||||
|
||||
self.dispatchPageEvents = function (value) {
|
||||
dispatchPageEvents = value;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue