updated client, converted newlines to br in description
This commit is contained in:
1
dist/lib/swagger-client.js
vendored
1
dist/lib/swagger-client.js
vendored
@@ -406,6 +406,7 @@ var Operation = function(parent, operationId, httpMethod, path, args, definition
|
||||
this.responses = (args.responses||{});
|
||||
this.type = null;
|
||||
this.security = args.security;
|
||||
this.description = args.description;
|
||||
|
||||
var i;
|
||||
for(i = 0; i < this.parameters.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user