#254 alphabetical sort of apis and operations under apis

new option sortAlphabetical=true|false
This commit is contained in:
Chris Hatch
2014-07-20 20:18:19 +08:00
parent 9b9b5b4551
commit db6419414c
3 changed files with 13 additions and 4 deletions

View File

@@ -47,7 +47,8 @@
onFailure: function(data) {
log("Unable to Load SwaggerUI");
},
docExpansion: "none"
docExpansion: "none",
sortAlphabetically: true
});
$('#input_apiKey').change(function() {