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

Fix bug and code smells

This commit is contained in:
MrTimscampi 2020-04-12 00:29:33 +02:00
parent e97c659dc0
commit 1778404354

View file

@ -1,11 +1,7 @@
import require from 'require';
import browser from 'browser';
/* eslint-disable indent */
export class LazyLoader {
constructor(options) {
this.options = options;
this.observer;
}
createObserver() {