ESlint quote-props

This commit is contained in:
Peter Jaszkowiak
2017-02-18 01:19:20 -07:00
parent 3361a72725
commit b1b486f729
25 changed files with 128 additions and 128 deletions

View File

@@ -279,8 +279,8 @@ define('forum/topic', [
if (ajaxify.data.postcount > ajaxify.data.bookmarkThreshold && (!currentBookmark || parseInt(index, 10) > parseInt(currentBookmark, 10))) {
if (app.user.uid) {
socket.emit('topics.bookmark', {
'tid': ajaxify.data.tid,
'index': index,
tid: ajaxify.data.tid,
index: index,
}, function (err) {
if (err) {
return app.alertError(err.message);