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

add query string

This commit is contained in:
Luke Pulverenti 2016-03-14 16:00:18 -04:00
parent ccf6b48bdc
commit aa35c3ef4c
13 changed files with 349 additions and 0 deletions

View file

@ -1919,6 +1919,10 @@ var AppInfo = {};
define("opensansFont", ['css!' + embyWebComponentsBowerPath + '/fonts/opensans/style']);
define("montserratFont", ['css!' + embyWebComponentsBowerPath + '/fonts/montserrat/style']);
define('queryString', ['bower_components/query-string/index'], function () {
return queryString;
});
// alias
define("historyManager", [], function () {
return {