1
0
Fork 0
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:
vitorsemeano 2019-03-24 11:44:33 +00:00
parent 258cea0b81
commit 2b9559b4a9

View file

@ -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) {