gnome-shell/js/ui
Florian Müllner 71759a0769 cleanup: Mark unused (but useful) variables as ignored
While we aren't using those destructured variables, they are still useful
to document the meaning of those elements. We don't want eslint to keep
warning about them though, so mark them accordingly.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/627
2019-07-24 00:28:45 +02:00
..
components cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
status cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
accessDialog.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
altTab.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
animation.js style: Use camelCase for variable names 2019-07-01 23:44:11 +02:00
appDisplay.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
appFavorites.js cleanup: Prefer template strings 2019-07-05 11:32:31 +00:00
audioDeviceSelection.js cleanup: Remove some unhelpful unused arguments 2019-07-24 00:28:45 +02:00
background.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
backgroundMenu.js popupMenu: Make MenuManager to take an actor as parameter 2019-04-17 21:32:18 +00:00
barLevel.js cleanup: Mark unused arguments as unused 2019-07-24 00:28:45 +02:00
boxpointer.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
calendar.js cleanup: Mark unused arguments as unused 2019-07-24 00:28:45 +02:00
checkBox.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
closeDialog.js style: Fix stray/missing spaces 2019-07-01 23:44:11 +02:00
ctrlAltTab.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
dash.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
dateMenu.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
dialog.js dialog: Use Object.assign() for default property value 2019-07-12 18:54:49 +00:00
dnd.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
edgeDragAction.js cleanup: Mark unused arguments as unused 2019-07-24 00:28:45 +02:00
endSessionDialog.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
environment.js cleanup: Prefer template strings 2019-07-05 11:32:31 +00:00
extensionDownloader.js cleanup: Remove some unhelpful unused arguments 2019-07-24 00:28:45 +02:00
extensionSystem.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
focusCaretTracker.js cleanup: Prefer template strings 2019-07-05 11:32:31 +00:00
grabHelper.js cleanup: Use Array.includes() to check for element existence 2019-07-01 21:28:52 +00:00
ibusCandidatePopup.js cleanup: Mark unused arguments as unused 2019-07-24 00:28:45 +02:00
iconGrid.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
inhibitShortcutsDialog.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
kbdA11yDialog.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
keyboard.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
layout.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
lightbox.js Theme: update to sync with gtk Adwaita 2019-06-21 10:44:08 +02:00
locatePointer.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
lookingGlass.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
magnifier.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
magnifierDBus.js cleanup: Remove some unhelpful unused arguments 2019-07-24 00:28:45 +02:00
main.js cleanup: Remove some unhelpful unused arguments 2019-07-24 00:28:45 +02:00
messageList.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
messageTray.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
modalDialog.js cleanup: Use consistent style for GObject property definitions 2019-07-02 12:17:46 +00:00
mpris.js cleanup: Prefer template strings 2019-07-05 11:32:31 +00:00
notificationDaemon.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
osdMonitorLabeler.js style: Fix indentation errors 2019-07-02 12:17:46 +00:00
osdWindow.js cleanup: Use default parameters where appropriate 2019-07-12 18:54:49 +00:00
overview.js cleanup: Mark unused arguments as unused 2019-07-24 00:28:45 +02:00
overviewControls.js style: Fix indentation errors 2019-07-02 12:17:46 +00:00
padOsd.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
pageIndicators.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
panel.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
panelMenu.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
pointerA11yTimeout.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
pointerWatcher.js cleanup: Remove some unhelpful unused arguments 2019-07-24 00:28:45 +02:00
popupMenu.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
remoteSearch.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
ripples.js cleanup: Use arrow functions for tweener callbacks 2019-07-02 12:17:46 +00:00
runDialog.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
screencast.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
screenShield.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
screenshot.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
scripting.js cleanup: Prefer template strings 2019-07-05 11:32:31 +00:00
search.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
sessionMode.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
shellDBus.js cleanup: Remove some unhelpful unused arguments 2019-07-24 00:28:45 +02:00
shellEntry.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
shellMountOperation.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
slider.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
switcherPopup.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
switchMonitor.js style: Fix stray/missing spaces 2019-07-01 23:44:11 +02:00
tweener.js cleanup: Remove some unhelpful unused arguments 2019-07-24 00:28:45 +02:00
unlockDialog.js cleanup: Remove some unhelpful unused arguments 2019-07-24 00:28:45 +02:00
userWidget.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
viewSelector.js cleanup: Mark unused arguments as unused 2019-07-24 00:28:45 +02:00
windowAttentionHandler.js style: Stop using braces for single-line arrow functions 2019-07-02 12:17:46 +00:00
windowManager.js cleanup: Mark unused arguments as unused 2019-07-24 00:28:45 +02:00
windowMenu.js sessionMode: add a property to disable window manager menus 2019-06-06 01:25:04 +00:00
workspace.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
workspacesView.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
workspaceSwitcherPopup.js cleanup: Remove some unhelpful unused variables in destructuring 2019-07-24 00:28:45 +02:00
workspaceThumbnail.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00
xdndHandler.js cleanup: Mark unused (but useful) variables as ignored 2019-07-24 00:28:45 +02:00