gnome-shell/js/misc
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
..
config.js.in fileUtils: Add helper for loading D-Bus XML from resource 2018-09-17 07:34:49 +00:00
extensionUtils.js extensionUtils: Check version variable for undefined first 2019-09-12 10:24:49 +00:00
fileUtils.js cleanup: Fix missing/stray spaces 2019-11-11 19:25:14 +00:00
gnomeSession.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
history.js cleanup: Avoid unnecessary braces 2019-11-11 19:25:14 +00:00
ibusManager.js cleanup: Fix missing/stray spaces 2019-11-11 19:25:14 +00:00
inputMethod.js cleanup: Fix missing/stray spaces 2019-11-11 19:25:14 +00:00
introspect.js introspect: Check whitelist also for GetRunningWindows() 2019-09-18 16:17:25 +00:00
jsParse.js cleanup: Fix missing/stray spaces 2019-11-11 19:25:14 +00:00
keyboardManager.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
loginManager.js cleanup: Use object shorthand where possible 2019-11-11 19:25:14 +00:00
meson.build networkAgent: Pick up VPN service dir from pkg-config 2018-01-22 08:44:19 +01:00
modemManager.js modemManager: Define ModemBase GObject class for modems 2019-11-08 23:12:47 +00:00
objectManager.js cleanup: Avoid unnecessary braces 2019-11-11 19:25:14 +00:00
params.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
permissionStore.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
smartcardManager.js cleanup: Avoid unnecessary braces 2019-11-11 19:25:14 +00:00
systemActions.js cleanup: Avoid unnecessary parentheses in arrow functions 2019-09-15 16:02:45 +02:00
util.js cleanup: Use object shorthand where possible 2019-11-11 19:25:14 +00:00
weather.js cleanup: Don't shadow variables 2019-11-11 19:25:14 +00:00