gnome-shell/js/gdm
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
..
authPrompt.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
batch.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
fingerprint.js gdm: Handle absence of Fprint.Manager service 2017-03-20 19:02:07 +01:00
loginDialog.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
oVirt.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
realmd.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
util.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00