gnome-shell/js/ui/status
Florian Müllner 033277b68f Define externally accessible contants with 'var' instead of 'const'
Just as we did with classes, define other constants that are (or
may be) used from other modules with 'var' to cut down on warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=785084
2017-07-18 21:52:06 +02:00
..
accessibility.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
bluetooth.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
brightness.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
keyboard.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
location.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
network.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
nightLight.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
power.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
rfkill.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
screencast.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
system.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
volume.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00