ソースを参照

fixed return type

bubble
Tony Tam 9年前
コミット
1418f12f1d
2個のファイルの変更3行の追加3行の削除
  1. +2
    -2
      dist/swagger-ui.js
  2. +1
    -1
      dist/swagger-ui.min.js

+ 2
- 2
dist/swagger-ui.js ファイルの表示

@@ -867,12 +867,12 @@ MainView = (function(_super) {
resources[id] = resource;
this.addResource(resource, this.model.auths);
}
this;
return $('.propWrap').hover(function() {
$('.propWrap').hover(function() {
return $('.optionsWrapper', $(this)).show();
}, function() {
return $('.optionsWrapper', $(this)).hide();
});
return this;
};

MainView.prototype.addResource = function(resource, auths) {


+ 1
- 1
dist/swagger-ui.min.js
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存