mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use focusManager.default in non ES6 modules
This commit is contained in:
parent
6f78cdfde2
commit
2a822704d6
12 changed files with 18 additions and 1 deletions
|
@ -6,6 +6,7 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f
|
|||
'use strict';
|
||||
|
||||
browser = browser.default || browser;
|
||||
focusManager = focusManager.default || focusManager;
|
||||
|
||||
/**
|
||||
* Name of transition event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue