Explorar el Código

switched to snippet view #491

bubble
Tony Tam hace 10 años
padre
commit
855b31d73b
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  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 Ver fichero

@@ -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
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1
- 1
src/main/coffeescript/view/SignatureView.coffee Ver fichero

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

@switchToDescription()
@switchToSnippet()

@isParam = @model.isParam



Cargando…
Cancelar
Guardar