update cities example

This commit is contained in:
rolux 2012-06-30 11:25:46 +02:00
parent ff26bb5671
commit 6dd23683f0

View file

@ -353,7 +353,8 @@ Ox.load({UI: {showScreen: true}, Geo: {}}, function() {
max: 1, max: 1,
scrollbarVisible: true, scrollbarVisible: true,
/* /*
We have to specify the default sort order. We have to specify the default sort order (by population,
descending, and, if equal, by name, ascending).
*/ */
sort: ['-population', '+name'], sort: ['-population', '+name'],
/* /*