mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-24 09:33:44 +03:00
Release v0.6.5
This commit is contained in:
parent
1ae865fdfb
commit
7311138d97
2
dist/redoc.js
vendored
2
dist/redoc.js
vendored
|
@ -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
2
dist/redoc.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/redoc.min.js
vendored
2
dist/redoc.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/redoc.min.js.map
vendored
2
dist/redoc.min.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user