js/lcn/classes.js: add missing semicolon
This commit is contained in:
parent
650b8a8520
commit
9912a672f2
|
@ -422,7 +422,7 @@ globalThis.LCNSettingsSubcategory = class LCNSettingsSubcategory {
|
||||||
#id = null;
|
#id = null;
|
||||||
|
|
||||||
#fieldset = null;
|
#fieldset = null;
|
||||||
#legend = null
|
#legend = null;
|
||||||
#label = null;
|
#label = null;
|
||||||
|
|
||||||
static "for" (tab_id, id) {
|
static "for" (tab_id, id) {
|
||||||
|
|
Loading…
Reference in New Issue