gnome-shell/js/misc
Florian Müllner 2582d16ca7 Define classes with 'var' instead of 'const'
Any symbols (including class properties) that should be visible
outside the module it's defined in need to be defined as global.
For now gjs still allows the access for 'const', but get rid of
the warnings spill now by changing it.

https://bugzilla.gnome.org/show_bug.cgi?id=785084
2017-07-18 21:52:06 +02:00
..
config.js.in Use the versioned libmutter*.so versions 2017-02-14 11:23:09 +08:00
extensionUtils.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
fileUtils.js fileUtils: Remove listDirAsync() 2014-01-09 13:23:26 -05:00
gnomeSession.js Stringify the xml definitions for E4X removal 2013-10-25 08:57:27 +11:00
history.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
ibusManager.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
jsParse.js lookingGlass: Add tab-completion 2011-11-05 13:05:11 -04:00
keyboardManager.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
loginManager.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
modemManager.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
objectManager.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
params.js *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
permissionStore.js weather: Follow GNOME Weather's location permissions 2017-03-20 19:13:20 +01:00
smartcardManager.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
util.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
weather.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00