fix HTML-escaped description on nodejs json files

This commit is contained in:
wing328
2015-09-03 22:38:19 +08:00
parent 9e8e5db7b3
commit 8ce06fc898
7 changed files with 394 additions and 373 deletions

View File

@@ -96,7 +96,7 @@ exports.updatePetWithForm = function(petId, name, status) {
}
exports.deletePet = function(apiKey, petId) {
exports.deletePet = function(petId, apiKey) {
var examples = {};