Merge branch 'issue-2577' of https://github.com/ritesh-garg/swagger-ui into issue-2577

This commit is contained in:
Ritesh Garg
2016-12-23 11:52:20 -05:00

View File

@@ -757,7 +757,6 @@ SwaggerUi.partials.signature = (function () {
key = items.xml.name; key = items.xml.name;
} }
value = createSchemaXML(key, items, models, config); value = createSchemaXML(key, items, models, config);
if (namespace) { if (namespace) {
attributes.push(namespace); attributes.push(namespace);
} }