From 87572a856be9d4f9a559b30172fd826ddec7ce6e Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Fri, 15 Dec 2017 18:25:37 -0800 Subject: [PATCH] Remove redundant changes to dist/index.html This is not necessary, since all of these options are the same as the defaults --- dist/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/dist/index.html b/dist/index.html index 4f852369..0de47c67 100644 --- a/dist/index.html +++ b/dist/index.html @@ -77,9 +77,6 @@ window.onload = function() { url: "http://petstore.swagger.io/v2/swagger.json", dom_id: '#swagger-ui', deepLinking: true, - defaultModelsExpandDepth: 1, - defaultModelExpandDepth: 1, - docExpansion: "list", presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset