gnome-shell/js/ui
Florian Müllner 213e38c2ef cleanup: Use arrow notation for anonymous functions
Arrow notation is great, use it consistently through-out the code base
to bind `this` to anonymous functions, replacing the more overbose
Lang.bind(this, function() {}).

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/23
2018-02-21 13:55:00 +00:00
..
components cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
status cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
accessDialog.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
altTab.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
animation.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
appDisplay.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
appFavorites.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
audioDeviceSelection.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
background.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
backgroundMenu.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
boxpointer.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
calendar.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
checkBox.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
closeDialog.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
ctrlAltTab.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
dash.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
dateMenu.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
dialog.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
dnd.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
edgeDragAction.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
endSessionDialog.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
environment.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
extensionDownloader.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
extensionSystem.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
focusCaretTracker.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
grabHelper.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
ibusCandidatePopup.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
iconGrid.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
inhibitShortcutsDialog.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
kbdA11yDialog.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
keyboard.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
layout.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
lightbox.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
lookingGlass.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
magnifier.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
magnifierDBus.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
main.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
messageList.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
messageTray.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
modalDialog.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
mpris.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
notificationDaemon.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
osdMonitorLabeler.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
osdWindow.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
overview.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
overviewControls.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
padOsd.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
panel.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
panelMenu.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
pointerWatcher.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
popupMenu.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
remoteMenu.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
remoteSearch.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
runDialog.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
screencast.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
screenShield.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
screenshot.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
scripting.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
search.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
sessionMode.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
shellDBus.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
shellEntry.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
shellMountOperation.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
slider.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
switcherPopup.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
switchMonitor.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
tweener.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
unlockDialog.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
userWidget.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
viewSelector.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
windowAttentionHandler.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
windowManager.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
windowMenu.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
workspace.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
workspacesView.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
workspaceSwitcherPopup.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
workspaceThumbnail.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
xdndHandler.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00