Merge pull request #55 from STRML/sortEndpoints
Sort endpoints by letter.
This commit is contained in:
commit
520b0b91d9
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue