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

update script dependencies

This commit is contained in:
Luke Pulverenti 2016-03-16 17:30:49 -04:00
parent bd8391a61c
commit b53f6c1d3f
17 changed files with 225 additions and 239 deletions

View file

@ -1,4 +1,4 @@
(function ($, document, window) {
define(['jQuery'], function ($) {
function reload(page, providerId) {
@ -87,4 +87,4 @@
reload(page, providerId);
});
})(jQuery, document, window);
});