update cities example
This commit is contained in:
parent
ff26bb5671
commit
6dd23683f0
1 changed files with 2 additions and 1 deletions
|
@ -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'],
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue