gnome-shell/js/ui/components
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
..
__init__.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
automountManager.js cleanup: Remove trailing spaces 2019-09-15 16:02:45 +02:00
autorunManager.js cleanup: Remove trailing spaces 2019-09-15 16:02:45 +02:00
keyring.js cleanup: Use consistent style for ternary operator 2019-09-15 13:30:19 +00:00
networkAgent.js cleanup: Disambiguate assignments in arrow functions 2019-09-15 16:02:45 +02:00
polkitAgent.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
telepathyClient.js cleanup: Remove trailing spaces 2019-09-15 16:02:45 +02:00