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

@@ -103,10 +103,10 @@ exports.build_widget = function (
return {
// Call back to clear() in situations like adding bots, when
// we want to use the same widget over and over again.
clear: clear,
clear,
// Call back to close() when you are truly done with the widget,
// so you can release handlers.
close: close,
close,
};
};
exports.build_direct_upload_widget = function (