mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
js: Remove inner spacing from object literals.
We’re configuring Prettier with bracketSpacing: false. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a20c12366f
commit
883e2fd325
@@ -7,9 +7,9 @@ exports.set_up_toggler = function () {
|
||||
selected: 0,
|
||||
child_wants_focus: true,
|
||||
values: [
|
||||
{ label: i18n.t("Keyboard shortcuts"), key: "keyboard-shortcuts" },
|
||||
{ label: i18n.t("Message formatting"), key: "message-formatting" },
|
||||
{ label: i18n.t("Search operators"), key: "search-operators" },
|
||||
{label: i18n.t("Keyboard shortcuts"), key: "keyboard-shortcuts"},
|
||||
{label: i18n.t("Message formatting"), key: "message-formatting"},
|
||||
{label: i18n.t("Search operators"), key: "search-operators"},
|
||||
],
|
||||
callback: function (name, key) {
|
||||
$(".overlay-modal").hide();
|
||||
|
||||
Reference in New Issue
Block a user