1
0
Fork 0
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:
Xantios Krugor 2020-08-05 12:19:51 +02:00
parent 6f78cdfde2
commit 2a822704d6
12 changed files with 18 additions and 1 deletions

View file

@ -6,6 +6,7 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f
'use strict';
browser = browser.default || browser;
focusManager = focusManager.default || focusManager;
/**
* Name of transition event.