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.
1 parent e72e8f7 commit 1128187Copy full SHA for 1128187
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(){
@@ -70,4 +71,4 @@ SwaggerUi.Views.ResourceView = Backbone.View.extend({
70
71
e.preventDefault();
72
Docs[fnName](e.currentTarget.getAttribute('data-id'));
73
-});
74
+});
0 commit comments