mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
lint: fix comma
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user