Parcourir la source

switched to snippet view #491

bubble
Tony Tam il y a 10 ans
Parent
révision
855b31d73b
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +1
    -1
      dist/swagger-ui.js
  2. +1
    -1
      dist/swagger-ui.min.js
  3. +1
    -1
      src/main/coffeescript/view/SignatureView.coffee

+ 1
- 1
dist/swagger-ui.js Voir le fichier

@@ -2139,7 +2139,7 @@ helpers = this.merge(helpers, Handlebars.helpers); data = data || {};
var template;
template = this.template();
$(this.el).html(template(this.model));
this.switchToDescription();
this.switchToSnippet();
this.isParam = this.model.isParam;
if (this.isParam) {
$('.notice', $(this.el)).text('Click to set as parameter value');


+ 1
- 1
dist/swagger-ui.min.js
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1
- 1
src/main/coffeescript/view/SignatureView.coffee Voir le fichier

@@ -11,7 +11,7 @@ class SignatureView extends Backbone.View
template = @template()
$(@el).html(template(@model))

@switchToDescription()
@switchToSnippet()

@isParam = @model.isParam



Chargement…
Annuler
Enregistrer