mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-14 18:22:31 +03:00
fix minor bug ater ts migration
This commit is contained in:
parent
e9b95eac96
commit
d57b96666b
|
@ -143,7 +143,7 @@ export class BaseComponent implements OnInit, OnDestroy {
|
||||||
}
|
}
|
||||||
|
|
||||||
function traverse(obj) {
|
function traverse(obj) {
|
||||||
if (obj === undefined || typeof(obj) !== 'object') {
|
if (obj == undefined || typeof(obj) !== 'object') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user