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