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

Migration alphaPicker to ES6 modules

This commit is contained in:
grafixeyehero 2020-06-12 01:09:35 +03:00
parent b58af64350
commit 7b93106bc9
10 changed files with 224 additions and 211 deletions

View file

@ -43,7 +43,7 @@ define(['layoutManager', 'globalize', 'require', 'events', 'browser', 'alphaPick
function initAlphaPicker(alphaPickerElement, instance) {
instance.alphaPicker = new AlphaPicker({
instance.alphaPicker = new AlphaPicker.default({
element: alphaPickerElement,
mode: 'keyboard'
});