js: Use ES6 object literal shorthand syntax.

Generated by ESLint.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-20 13:18:43 -07:00
parent b2745f6e41
commit 96dcc0ce6e
189 changed files with 1328 additions and 1326 deletions

View File

@@ -128,9 +128,9 @@ exports.set_up = function () {
channel.patch({
url: "/json/settings/display",
data: data,
success: function () {},
error: function (xhr) {
data,
success() {},
error(xhr) {
ui_report.error(
settings_ui.strings.failure,
xhr,