mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix define array order
This commit is contained in:
parent
92bb796967
commit
6a288d77cf
34 changed files with 34 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
define(["datetime", "jQuery", "material-icons", "globalize"], function (datetime, $, globalize) {
|
||||
define(["datetime", "jQuery", "globalize", "material-icons"], function (datetime, $, globalize) {
|
||||
"use strict";
|
||||
|
||||
function getNode(item, folderState, selected) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define(["connectionManager", "listView", "cardBuilder", "imageLoader", "libraryBrowser", "emby-itemscontainer", "emby-button", "globalize"], function (connectionManager, listView, cardBuilder, imageLoader, libraryBrowser, globalize) {
|
||||
define(["connectionManager", "listView", "cardBuilder", "imageLoader", "libraryBrowser", "globalize", "emby-itemscontainer", "emby-button"], function (connectionManager, listView, cardBuilder, imageLoader, libraryBrowser, globalize) {
|
||||
"use strict";
|
||||
|
||||
function renderItems(page, item) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define(["events", "userSettings", "serverNotifications", "connectionManager", "emby-button", "globalize"], function (events, userSettings, serverNotifications, connectionManager, globalize) {
|
||||
define(["events", "userSettings", "serverNotifications", "connectionManager", "globalize", "emby-button"], function (events, userSettings, serverNotifications, connectionManager, globalize) {
|
||||
"use strict";
|
||||
|
||||
return function (options) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define(["dom", "emby-button", "globalize"], function (dom, globalize) {
|
||||
define(["dom", "globalize", "emby-button"], function (dom, globalize) {
|
||||
"use strict";
|
||||
|
||||
function onSubmit(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue