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

rework loading of appstorage

This commit is contained in:
Luke Pulverenti 2016-03-07 14:13:58 -05:00
parent d0afade8ed
commit 3a7ed6f85f
13 changed files with 214 additions and 211 deletions

View file

@ -1,4 +1,4 @@
(function ($, document) {
define(['appStorage'], function (appStorage) {
var pageBackgroundCreated;
@ -246,4 +246,4 @@
clear: clearBackdrop
};
})(jQuery, document);
});