mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
js: Use ES6 object literal shorthand syntax.
Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -192,11 +192,11 @@ exports.relevant_recipient_bars = function () {
|
||||
const title = elem.find(".message_label_clickable").last().attr("title");
|
||||
|
||||
const item = {
|
||||
elem: elem,
|
||||
title: title,
|
||||
date_html: date_html,
|
||||
date_text: date_text,
|
||||
need_frb: need_frb,
|
||||
elem,
|
||||
title,
|
||||
date_html,
|
||||
date_text,
|
||||
need_frb,
|
||||
};
|
||||
|
||||
return item;
|
||||
|
||||
Reference in New Issue
Block a user