gnome-shell/js/ui/status
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
..
accessibility.js status/a11y: Fix typo 2017-03-20 18:16:56 +00:00
bluetooth.js bluetooth: Replace "Not In Use" status string with "On" 2016-10-12 10:35:31 +02:00
brightness.js js: Use EVENT_PROPAGATE/EVENT_STOP constants in event handlers 2013-12-16 18:27:19 +01:00
keyboard.js keyboard: save the MRU input sources list when switching 2016-05-27 10:46:58 -07:00
location.js location: Split out PermissionStore 2017-03-20 19:02:08 +01:00
network.js Initialize properties in _init() 2017-07-13 17:23:54 +02:00
nightLight.js status: Add nightLight indicator 2017-02-15 23:20:14 +01:00
power.js power: Add battery percentage label 2015-11-19 14:04:22 +01:00
rfkill.js status: Refine system status menu 2015-08-20 13:53:36 +02:00
screencast.js Add a screencast indicator for when we're recording 2013-08-14 20:39:07 -04:00
system.js system: Emulate click action button release 2017-07-13 12:27:47 +02:00
volume.js volume: Show OSD popup when changing volume via scroll 2017-07-13 12:28:15 +02:00