js/lcn/classes.js: add semicolon

This commit is contained in:
Jon 2024-02-20 20:18:37 +00:00 committed by towards-a-new-leftypol
parent 048c94cf76
commit 6e73f0140d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*/
globalThis.LCNSite = class LCNSite {
static INSTANCE = new this()
static INSTANCE = new this();
#isModerator = document.body.classList.contains("is-moderator");
#isThreadPage = document.body.classList.contains("active-thread");