We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5df5a8a + 1128187 commit 6c4ccf7Copy full SHA for 6c4ccf7
src/main/javascript/view/ResourceView.js
@@ -11,6 +11,7 @@ SwaggerUi.Views.ResourceView = Backbone.View.extend({
11
if (this.model.description) {
12
this.model.summary = this.model.description;
13
}
14
+ this.number = 0;
15
},
16
17
render: function(){
@@ -71,4 +72,4 @@ SwaggerUi.Views.ResourceView = Backbone.View.extend({
71
72
e.preventDefault();
73
Docs[fnName](e.currentTarget.getAttribute('data-id'));
74
-});
75
+});
0 commit comments