Remove unnecessary member initialization

This commit is contained in:
Romain Vigier
2019-11-24 10:07:35 +01:00
parent 4851d88424
commit 6eb56d1e52
-1
View File
@@ -28,7 +28,6 @@ class Extension {
enable() {
this.theme = new Themer();
this.variants = {};
this.variants = this._guess_theme_variants_from(this.theme.current);
this.theme.listen(this._on_theme_change.bind(this));