updated client, converted newlines to br in description

This commit is contained in:
Tony Tam
2014-09-23 01:26:18 -07:00
parent d838073389
commit 2eabeb667a
7 changed files with 18 additions and 8 deletions

View File

@@ -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++) {