gnome-shell/js/ui/status
Florian Müllner b446667df6 cleanup: Disambiguate assignments in arrow functions
As arrow functions have an implicit return value, an assignment of
this.foo = bar could have been intended as a this.foo === bar
comparison. To catch those errors, we will disallow these kinds
of assignments unless they are marked explicitly by an extra pair
of parentheses.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/731
2019-09-15 16:02:45 +02:00
..
accessibility.js cleanup: Switch some method calls to new indentation style 2019-09-15 13:30:19 +00:00
bluetooth.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
brightness.js brightness: Ignore slider changes we initiated ourselves 2019-08-13 16:35:17 +02:00
dwellClick.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
keyboard.js cleanup: Use consistent style for ternary operator 2019-09-15 13:30:19 +00:00
location.js cleanup: Use consistent style for ternary operator 2019-09-15 13:30:19 +00:00
network.js cleanup: Disambiguate assignments in arrow functions 2019-09-15 16:02:45 +02:00
nightLight.js cleanup: Use consistent style for ternary operator 2019-09-15 13:30:19 +00:00
power.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
remoteAccess.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
rfkill.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
screencast.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
system.js cleanup: Disambiguate assignments in arrow functions 2019-09-15 16:02:45 +02:00
thunderbolt.js cleanup: Disambiguate assignments in arrow functions 2019-09-15 16:02:45 +02:00
volume.js volume: Clarify some code 2019-09-15 16:02:45 +02:00