mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 00:45:47 +01:00
lint: fix comma
This commit is contained in:
@@ -21,7 +21,7 @@ define('forum/topic', [
|
|||||||
infinitescroll, threadTools, postTools,
|
infinitescroll, threadTools, postTools,
|
||||||
events, posts, navigator, sort, quickreply,
|
events, posts, navigator, sort, quickreply,
|
||||||
components, storage, hooks, api, alerts,
|
components, storage, hooks, api, alerts,
|
||||||
bootbox, clipboard,
|
bootbox, clipboard
|
||||||
) {
|
) {
|
||||||
const Topic = {};
|
const Topic = {};
|
||||||
let tid = 0;
|
let tid = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user