gnome-shell/js/ui/components
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
..
__init__.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
automountManager.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
autorunManager.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
keyring.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
networkAgent.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
polkitAgent.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
telepathyClient.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00