Kaynağa Gözat

switched to snippet view #491

bubble
Tony Tam 10 yıl önce
ebeveyn
işleme
855b31d73b
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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 Dosyayı Görüntüle

@@ -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
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 1
- 1
src/main/coffeescript/view/SignatureView.coffee Dosyayı Görüntüle

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

@switchToDescription()
@switchToSnippet()

@isParam = @model.isParam



Yükleniyor…
İptal
Kaydet