Fix bug and code smells

This commit is contained in:
MrTimscampi
2020-04-12 00:29:33 +02:00
parent e97c659dc0
commit 1778404354
@@ -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() {