Skip to content

Commit 855b31d

Browse files
committed
switched to snippet view #491
1 parent 7945dec commit 855b31d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/swagger-ui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@ helpers = this.merge(helpers, Handlebars.helpers); data = data || {};
21392139
var template;
21402140
template = this.template();
21412141
$(this.el).html(template(this.model));
2142-
this.switchToDescription();
2142+
this.switchToSnippet();
21432143
this.isParam = this.model.isParam;
21442144
if (this.isParam) {
21452145
$('.notice', $(this.el)).text('Click to set as parameter value');

dist/swagger-ui.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/coffeescript/view/SignatureView.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SignatureView extends Backbone.View
1111
template = @template()
1212
$(@el).html(template(@model))
1313

14-
@switchToDescription()
14+
@switchToSnippet()
1515

1616
@isParam = @model.isParam
1717

0 commit comments

Comments
 (0)