Merge pull request #1660 from dalbani/patch-2
Fix calculation of operation "number" property
This commit is contained in:
@@ -11,6 +11,7 @@ SwaggerUi.Views.ResourceView = Backbone.View.extend({
|
|||||||
if (this.model.description) {
|
if (this.model.description) {
|
||||||
this.model.summary = this.model.description;
|
this.model.summary = this.model.description;
|
||||||
}
|
}
|
||||||
|
this.number = 0;
|
||||||
},
|
},
|
||||||
|
|
||||||
render: function(){
|
render: function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user