manually added #1086, #1089

This commit is contained in:
Tony Tam
2015-05-08 12:01:06 -07:00
parent 9666eaeb96
commit ccfc4aa4ba
9 changed files with 22 additions and 8 deletions

View File

@@ -130,7 +130,7 @@ SwaggerUi.Views.MainView = Backbone.View.extend({
auths: auths,
swaggerOptions: this.options.swaggerOptions
});
$('#resources').append(resourceView.render().el);
$('#resources', this.el).append(resourceView.render().el);
},
clear: function(){