Remove redundant changes to dist/index.html

This is not necessary, since all of these options are the same
as the defaults
This commit is contained in:
Kyle Shockey
2017-12-15 18:25:37 -08:00
parent 292639de57
commit 87572a856b

3
dist/index.html vendored
View File

@@ -77,9 +77,6 @@ window.onload = function() {
url: "http://petstore.swagger.io/v2/swagger.json", url: "http://petstore.swagger.io/v2/swagger.json",
dom_id: '#swagger-ui', dom_id: '#swagger-ui',
deepLinking: true, deepLinking: true,
defaultModelsExpandDepth: 1,
defaultModelExpandDepth: 1,
docExpansion: "list",
presets: [ presets: [
SwaggerUIBundle.presets.apis, SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset SwaggerUIStandalonePreset