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

@@ -14,6 +14,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
},
initialize: function(opts) {
console.log('OperationView::initialize');
opts = opts || {};
this.router = opts.router;
this.auths = opts.auths;