gnome-shell/js/gdm
Florian Müllner 54891a4cd0 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:25:10 +02:00
..
authPrompt.js authPrompt.js: turn off the ellipsization of pam messages 2016-10-14 09:28:34 -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: don't allow type ahead at the login screen 2017-02-14 03:05:33 +01: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:25:10 +02:00