Revert "Displays the panes in descending order (to match graph's time axis)"

This reverts commit 0d1578cbb1.
This commit is contained in:
Casey Klein 2010-11-09 14:57:36 -06:00
parent 0d1578cbb1
commit dd9ab8f2a4

View File

@ -614,7 +614,7 @@
(span ((id "rev_and_duration")) ""))
(tt (span ((id "timings")) ""))
,@(for/list ((graphs (reverse (in-list graphss)))
,@(for/list ((graphs (in-list graphss))
(i (in-naturals)))
`(map ((name ,(format "revmap~a" i)))
,@(graphs->areas graphs i)))