Sort endpoints by letter.

Merged from swagger-ui's index.html.

Previously, endpoints were sorted in the order they were defined.
This commit is contained in:
Samuel Reed 2014-10-07 11:12:47 +02:00
parent 174aff7fbe
commit 0a35cdb4af
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ $(function() {
log(data);
},
docExpansion: 'none',
highlightSizeThreshold: 16384
highlightSizeThreshold: 16384,
sorter: 'alpha'
});
$('#explore').click(setAccessToken);