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

update components

This commit is contained in:
Luke Pulverenti 2016-03-23 00:07:24 -04:00
parent 18c23db5c9
commit 8f19e02116
4 changed files with 10 additions and 8 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.1.78",
"_release": "1.1.78",
"version": "1.1.79",
"_release": "1.1.79",
"_resolution": {
"type": "version",
"tag": "1.1.78",
"commit": "85d02734e04fc0db76b288a0e57e157e6c303bf1"
"tag": "1.1.79",
"commit": "2b23575ee295d72e1e8c5d55949bf06cce0c8def"
},
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "~1.1.5",

View file

@ -1,4 +1,4 @@
define(['layoutManager', 'material-design-lite', 'css!./loading'], function (layoutManager) {
define(['layoutManager', 'MaterialSpinner', 'css!./loading'], function (layoutManager) {
return {
show: function () {

View file

@ -36,7 +36,7 @@
"tag": "v1.3.0",
"commit": "1662093611cda3fd29125cdab94a61d3d88093da"
},
"_source": "git://github.com/PolymerElements/iron-selector.git",
"_source": "git://github.com/polymerelements/iron-selector.git",
"_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-selector"
"_originalSource": "polymerelements/iron-selector"
}

View file

@ -1887,7 +1887,6 @@ var AppInfo = {};
define("appSettings", [embyWebComponentsBowerPath + "/appsettings"], updateAppSettings);
define("userSettings", [embyWebComponentsBowerPath + "/usersettings"], returnFirstDependency);
define("material-design-lite", [bowerPath + "/material-design-lite/material.min", "css!" + bowerPath + "/material-design-lite/material"]);
define("robotoFont", ['css!' + embyWebComponentsBowerPath + '/fonts/roboto/style']);
define("opensansFont", ['css!' + embyWebComponentsBowerPath + '/fonts/opensans/style']);
@ -1898,6 +1897,9 @@ var AppInfo = {};
return queryString;
});
define("material-design-lite", [bowerPath + "/material-design-lite/material.min", "css!" + bowerPath + "/material-design-lite/material"]);
define("MaterialSpinner", ["material-design-lite"]);
define("jQuery", [bowerPath + '/jquery/dist/jquery.slim.min'], function () {
require(['legacy/fnchecked']);