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

adjust dependency loading

This commit is contained in:
Luke Pulverenti 2015-12-04 14:58:30 -05:00
parent 2eb2a5011d
commit d7fb9038a4
117 changed files with 639 additions and 29680 deletions

View file

@ -244,7 +244,7 @@
function showOverlay(elem, item) {
require(['components/paperdialoghelper'], function () {
require(['components/paperdialoghelper', 'scale-up-animation', 'fade-out-animation'], function () {
var dlg = document.createElement('paper-dialog');