gnome-shell/js/ui
Owen Taylor ac6a5ef4af Cleanup: use destructuring assignment
For multiple return values use

 let [val1, val2, val3] = function();

Rather than:

 temp = function();
 val1 = temp[0];
 ...

svn path=/trunk/; revision=149
2009-01-16 20:40:16 +00:00
..
appDisplay.js load the GAppInfos at startup time rather than waiting until the overlay 2009-01-13 20:45:54 +00:00
button.js Redo tabs => spaces indentation change to not lose manual indentation 2008-12-01 19:51:43 +00:00
docDisplay.js Cleanup: use destructuring assignment 2009-01-16 20:40:16 +00:00
genericDisplay.js Display thumbnails of recent files in the overlay mode by using GnomeThumbnailFactory to get them. Fall back to the system icon for the file type provided by GtkRecentInfo when a thumbnail is not available. 2009-01-09 01:09:35 +00:00
main.js Make sure the animation always starts from the first frame, even if the 2009-01-13 20:49:31 +00:00
overlay.js Display thumbnails of recent files in the overlay mode by using GnomeThumbnailFactory to get them. Fall back to the system icon for the file type provided by GtkRecentInfo when a thumbnail is not available. 2009-01-09 01:09:35 +00:00
panel.js fix incorrect variable name in _updateClock 2008-12-03 18:27:48 +00:00
runDialog.js Add magic 'restart' command to run dialog which re-executes 2008-12-18 20:57:37 +00:00
windowManager.js Pass the right 'this' to switchWorkspaceDone 2009-01-08 23:34:19 +00:00
workspaces.js Add (+) and (-) icons for workspace management to the overlay 2008-12-22 22:06:47 +00:00