This commit is contained in:
Tony Tam
2016-02-03 16:35:06 -08:00
parent 8891bb2e74
commit b28f49595d
7 changed files with 19 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ window.SwaggerUi = Backbone.Router.extend({
// SwaggerUi accepts all the same options as SwaggerApi
initialize: function(options) {
console.log('SwaggerUi::initialize');
options = options || {};
if (options.defaultModelRendering !== 'model') {