mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Introduced or adjusted 'define' pattern in script files for explicit declaration of jQuery dependency
This commit is contained in:
parent
9a7367fbd2
commit
292a3bab23
120 changed files with 232 additions and 234 deletions
|
@ -1,4 +1,4 @@
|
|||
(function ($, window) {
|
||||
define(['jQuery'], function ($) {
|
||||
|
||||
function deletePlugin(page, uniqueid, name) {
|
||||
|
||||
|
@ -233,4 +233,4 @@
|
|||
renderPlugins: renderPlugins
|
||||
};
|
||||
|
||||
})(jQuery, window);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue