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

Migrate lazyloader-intesctionobserver to ES6

This commit is contained in:
MrTimscampi 2020-04-12 00:23:16 +02:00
parent 343989f610
commit e97c659dc0
4 changed files with 49 additions and 59 deletions

View file

@ -36,7 +36,6 @@ define(['lazyLoader', 'imageFetcher', 'layoutManager', 'browser', 'appSettings',
}
function lazyChildren(elem) {
lazyLoader.lazyChildren(elem, fillImage);
}