diff --git a/examples/lists/cities/js/example.js b/examples/lists/cities/js/example.js index 56e16205..da227fc3 100644 --- a/examples/lists/cities/js/example.js +++ b/examples/lists/cities/js/example.js @@ -353,7 +353,8 @@ Ox.load({UI: {showScreen: true}, Geo: {}}, function() { max: 1, 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'], /*