Go to file
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
.settings Convert all JS style to be uniform, add Eclipse settings bits 2008-11-28 20:12:20 +00:00
data Add (+) and (-) icon artwork, and a little bit of infrastructure for them 2008-12-22 22:05:56 +00:00
js/ui Cleanup: use destructuring assignment 2009-01-16 20:40:16 +00:00
scripts Add (+) and (-) icon artwork, and a little bit of infrastructure for them 2008-12-22 22:05:56 +00:00
src Include generated enumeration types when scanning 2009-01-16 20:10:26 +00:00
tools/build Repoint clutter to the new git repositories 2008-12-17 16:52:05 +00:00
.project Convert all JS style to be uniform, add Eclipse settings bits 2008-11-28 20:12:20 +00:00
AUTHORS Initial commit 2008-10-31 04:22:44 +00:00
autogen.sh Initial commit 2008-10-31 04:22:44 +00:00
configure.ac 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
COPYING Initial commit 2008-10-31 04:22:44 +00:00
MAINTAINERS Initial commit 2008-10-31 04:22:44 +00:00
Makefile.am Add (+) and (-) icon artwork, and a little bit of infrastructure for them 2008-12-22 22:05:56 +00:00
README Initial commit 2008-10-31 04:22:44 +00:00