this
is the global context in function call, leading to an undefined error
#1903
Milestone
this
is the global context in function call, leading to an undefined error
#1903
Swagger throws an error when trying to render http://petstore.swagger.io/?url=https://raw.githubusercontent.com/minrk/notebook/swagger-doc/notebook/services/api/api.yaml. The error is
Looking into it, it appears that
getInlineModel
usesthis
(swagger-ui/src/main/javascript/view/partials/signature.js
Line 31 in 42de3a3
swagger-ui/src/main/javascript/view/partials/signature.js
Line 591 in 42de3a3
this
is actually the window object, which of course doesn't have an inlineModels attribute.The text was updated successfully, but these errors were encountered: