1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update dependency loading

This commit is contained in:
Luke Pulverenti 2015-12-05 10:47:31 -05:00
parent cd12f1778e
commit ac90f38b8e
20 changed files with 19 additions and 22 deletions

View file

@ -97,7 +97,7 @@
function showPlaybackOverlay(deferred) {
require(['components/paperdialoghelper', 'paper-fab', 'paper-item-body'], function () {
require(['components/paperdialoghelper', 'paper-fab', 'paper-item-body', 'paper-icon-item'], function () {
var dlg = PaperDialogHelper.createDialog({});