gnome-shell/js/gdm
Florian Müllner 358133e82f Initialize properties in _init()
While we've always considered it good style to initialize JS properties,
some code that relies on uninitialized properties having an implicit
value of 'undefined' has slipped in over time. The updated SpiderMonkey
version used by gjs now warns when accessing those properties, so we
should make sure that they are properly initialized to avoid log spam,
even though all warnings addressed here occur in conditionals that
produce the correct result with 'undefined'.

https://bugzilla.gnome.org/show_bug.cgi?id=781471
2017-07-13 17:23:54 +02:00
..
authPrompt.js authPrompt: allow empty response to PAM messages 2017-07-10 09:23:11 -04:00
batch.js batch: Add old commit message as comment at top of file 2015-10-13 14:43:39 -05:00
fingerprint.js gdm: Handle absence of Fprint.Manager service 2017-03-20 19:02:07 +01:00
loginDialog.js loginDialog: Only highlight a single item at any time 2017-07-13 14:57:07 +02:00
oVirt.js Stringify the xml definitions for E4X removal 2013-10-25 08:57:27 +11:00
realmd.js Stringify the xml definitions for E4X removal 2013-10-25 08:57:27 +11:00
util.js Initialize properties in _init() 2017-07-13 17:23:54 +02:00