mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -7,11 +7,11 @@ define('forum/topic/posts', [
|
||||
'forum/infinitescroll',
|
||||
'forum/topic/postTools',
|
||||
'navigator',
|
||||
'components'
|
||||
'components',
|
||||
], function (pagination, infinitescroll, postTools, navigator, components) {
|
||||
|
||||
var Posts = {
|
||||
_imageLoaderTimeout: undefined
|
||||
_imageLoaderTimeout: undefined,
|
||||
};
|
||||
|
||||
Posts.onNewPost = function (data) {
|
||||
@@ -235,7 +235,7 @@ define('forum/topic/posts', [
|
||||
tid: tid,
|
||||
after: after,
|
||||
direction: direction,
|
||||
topicPostSort: config.topicPostSort
|
||||
topicPostSort: config.topicPostSort,
|
||||
}, function (data, done) {
|
||||
indicatorEl.fadeOut();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user