js/lcn/classes.js: add missing semicolon

This commit is contained in:
Jon 2024-02-25 22:10:01 +00:00 committed by 0
parent ee4a95ee57
commit c63d1dfc8b
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ globalThis.LCNSettingsSubcategory = class LCNSettingsSubcategory {
#id = null;
#fieldset = null;
#legend = null
#legend = null;
#label = null;
static "for" (tab_id, id) {