mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
resolve typo for viewContainer dep
This commit is contained in:
parent
258cea0b81
commit
2b9559b4a9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
define(["browser", "dom", "layoutManager", "css!components/viewmanager/viewContainer"], function(browser, dom, layoutManager) {
|
||||
define(["browser", "dom", "layoutManager", "css!components/viewManager/viewContainer"], function(browser, dom, layoutManager) {
|
||||
"use strict";
|
||||
|
||||
function setControllerClass(view, options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue