swagger-ui: Docs.shebang: undefined is not a function

Confirmed that this is a problem with the latest dist, too.

in Docs.shebang, var fragments = $.param.fragment().split('/'); is failing for me, param is a function, and $.param.fragment() is undefined.

I am not sure whether this is a conflict or something else. The entire app is in https://github.com/artsy/doppler and you can see this in https://developers-staging.artsy.net/playground.

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 21 (17 by maintainers)

Most upvoted comments

I had this issue when jQuery was included twice in the page. Check that it is not the case for you 😉