mshauneu / chrome-swagger-ui

Chrome Extension for Swagger UI
17 stars 7 forks source link

index.html: fix Uncaught ReferenceError: JSONEditor is not defined #3

Closed mkrufky closed 8 years ago

mkrufky commented 8 years ago

Updating Swagger UI to v2.1.4 caused this new error, since this JSONEditor is a new feature. Add the missing script import to fix it.