Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue swagger-api#1423: responses containing references to definition…
…s were not being fully resolved when the spec was pulled in over AJAX but was working locally. OperationView.render()'s parsing of the responses was just checking if the ref _started_ with '#/definitions/', not whether it contained it, and when pulled in over AJAX the refs have the URL prepended to them
- Loading branch information