lint: fix comma

This commit is contained in:
Barış Soner Uşaklı
2023-04-26 17:41:53 -04:00
parent 45506c0c1c
commit 073f4d37dc

View File

@@ -21,7 +21,7 @@ define('forum/topic', [
infinitescroll, threadTools, postTools,
events, posts, navigator, sort, quickreply,
components, storage, hooks, api, alerts,
bootbox, clipboard,
bootbox, clipboard
) {
const Topic = {};
let tid = 0;