merged & rebuilt
This commit is contained in:
2
dist/swagger-ui.js
vendored
2
dist/swagger-ui.js
vendored
@@ -25859,7 +25859,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
|
|||||||
reg = /(>)(<)(\/*)/g;
|
reg = /(>)(<)(\/*)/g;
|
||||||
wsexp = /[ ]*(.*)[ ]+\n/g;
|
wsexp = /[ ]*(.*)[ ]+\n/g;
|
||||||
contexp = /(<.+>)(.+\n)/g;
|
contexp = /(<.+>)(.+\n)/g;
|
||||||
xml = xml.replace(reg, '$1\n$2$3').replace(wsexp, '$1\n').replace(contexp, '$1\n$2');
|
xml = xml.replace(/\r\n/g, '\n').replace(reg, '$1\n$2$3').replace(wsexp, '$1\n').replace(contexp, '$1\n$2');
|
||||||
pad = 0;
|
pad = 0;
|
||||||
formatted = '';
|
formatted = '';
|
||||||
lines = xml.split('\n');
|
lines = xml.split('\n');
|
||||||
|
|||||||
6
dist/swagger-ui.min.js
vendored
6
dist/swagger-ui.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -562,7 +562,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
|
|||||||
reg = /(>)(<)(\/*)/g;
|
reg = /(>)(<)(\/*)/g;
|
||||||
wsexp = /[ ]*(.*)[ ]+\n/g;
|
wsexp = /[ ]*(.*)[ ]+\n/g;
|
||||||
contexp = /(<.+>)(.+\n)/g;
|
contexp = /(<.+>)(.+\n)/g;
|
||||||
xml = xml.replace(reg, '$1\n$2$3').replace(wsexp, '$1\n').replace(contexp, '$1\n$2');
|
xml = xml.replace(/\r\n/g, '\n').replace(reg, '$1\n$2$3').replace(wsexp, '$1\n').replace(contexp, '$1\n$2');
|
||||||
pad = 0;
|
pad = 0;
|
||||||
formatted = '';
|
formatted = '';
|
||||||
lines = xml.split('\n');
|
lines = xml.split('\n');
|
||||||
|
|||||||
Reference in New Issue
Block a user