Release v0.6.5

This commit is contained in:
Roman Hotsiy 2016-03-09 22:07:01 +02:00
parent 1ae865fdfb
commit 7311138d97
4 changed files with 4 additions and 4 deletions

2
dist/redoc.js vendored
View File

@ -7883,7 +7883,7 @@ $__System.register('16', ['5', '6', '7', '8', '9', '10', '12', '17', '18', 'b',
if (this.componentSchema.operationId) { if (this.componentSchema.operationId) {
this.data.methodAnchor = 'operation/' + encodeURIComponent(this.componentSchema.operationId); this.data.methodAnchor = 'operation/' + encodeURIComponent(this.componentSchema.operationId);
} else { } else {
this.data.methodAnchor = 'tag/' + this.tag + this.pointer; this.data.methodAnchor = 'tag/' + encodeURIComponent(this.tag + this.pointer);
} }
} }
}, { }, {

2
dist/redoc.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/redoc.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long