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

Merge branch 'master' into migrate-to-ES6-45

This commit is contained in:
Cameron 2020-08-02 18:00:52 +01:00 committed by GitHub
commit 5d4b133dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
172 changed files with 5872 additions and 5916 deletions

View file

@ -1,6 +1,8 @@
define(['browser', 'layoutManager', 'dom', 'focusManager', 'ResizeObserver', 'scrollStyles'], function (browser, layoutManager, dom, focusManager, ResizeObserver) {
'use strict';
browser = browser.default || browser;
/**
* Return type of the value.
*