gnome-shell/js/ui/status
Florian Müllner 213e38c2ef cleanup: Use arrow notation for anonymous functions
Arrow notation is great, use it consistently through-out the code base
to bind `this` to anonymous functions, replacing the more overbose
Lang.bind(this, function() {}).

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/23
2018-02-21 13:55:00 +00:00
..
accessibility.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
bluetooth.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
brightness.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
keyboard.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
location.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
network.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
nightLight.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
power.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
rfkill.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
screencast.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
system.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
thunderbolt.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
volume.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00