Merge pull request #55 from STRML/sortEndpoints

Sort endpoints by letter.
This commit is contained in:
Miroslav Bajtoš 2014-10-07 14:18:19 +02:00
commit 520b0b91d9
1 changed files with 2 additions and 1 deletions

View File

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