gnome-shell/js/ui
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
..
components Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
status Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
accessDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
altTab.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
animation.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
appDisplay.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
appFavorites.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
audioDeviceSelection.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
background.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
backgroundMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
boxpointer.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
calendar.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
checkBox.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
closeDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
ctrlAltTab.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dash.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dateMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dialog.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dnd.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
edgeDragAction.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
endSessionDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
environment.js Use the versioned libmutter*.so versions 2017-02-14 11:23:09 +08:00
extensionDownloader.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
extensionSystem.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
focusCaretTracker.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
grabHelper.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
ibusCandidatePopup.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
iconGrid.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
keyboard.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
layout.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
legacyTray.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
lightbox.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
lookingGlass.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
magnifier.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
magnifierDBus.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
main.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
messageList.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
messageTray.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
modalDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
mpris.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
notificationDaemon.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
osdMonitorLabeler.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
osdWindow.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
overview.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
overviewControls.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
padOsd.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
panel.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
panelMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
pointerWatcher.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
popupMenu.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
remoteMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
remoteSearch.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
runDialog.js Define externally accessible contants 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
screenShield.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
screenshot.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
scripting.js shell-perf-helper: Add an option for continual redraws 2014-07-16 10:33:59 -04:00
search.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
sessionMode.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
shellDBus.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
shellEntry.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
shellMountOperation.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
slider.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
switcherPopup.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
tweener.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
unlockDialog.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
userWidget.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
viewSelector.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
windowAttentionHandler.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
windowManager.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
windowMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspace.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspacesView.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspaceSwitcherPopup.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspaceThumbnail.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
xdndHandler.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00