gnome-shell/js/ui/components
Florian Müllner c860409da5 cleanup: Use object shorthand where possible
ES6 allows to omit property names where they match the name of the
assigned variable, which makes code less redunant and thus cleaner.
We will soon enforce that in our eslint rules, so make sure we use
the shorthand wherever possible.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/805
2019-11-11 19:25:14 +00:00
..
__init__.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
automountManager.js cleanup: Use object shorthand where possible 2019-11-11 19:25:14 +00:00
autorunManager.js cleanup: Don't shadow variables 2019-11-11 19:25:14 +00:00
keyring.js keyring: Inherit KeyringPrompter from Gcr.SystemPrompter 2019-11-08 23:12:47 +00:00
networkAgent.js cleanup: Use object shorthand where possible 2019-11-11 19:25:14 +00:00
polkitAgent.js polkitAgent: Inherit AuthenticationAgent from Shell.PolkitAuthenticationAgent 2019-11-08 23:12:47 +00:00
telepathyClient.js cleanup: Use object shorthand where possible 2019-11-11 19:25:14 +00:00