This commit is contained in:
Tony Tam
2015-05-08 12:48:16 -07:00
parent 99bec82087
commit 5abd2819f9
7 changed files with 149 additions and 2 deletions

1
dist/swagger-ui.js vendored
View File

@@ -21523,6 +21523,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
url = response.request.url;
}
var headers = response.headers;
content = jQuery.trim(content);
// if server is nice, and sends content-type back, we can use it
var contentType = null;