Ver código fonte

fixed return type

bubble
Tony Tam 9 anos atrás
pai
commit
1418f12f1d
2 arquivos alterados com 3 adições e 3 exclusões
  1. +2
    -2
      dist/swagger-ui.js
  2. +1
    -1
      dist/swagger-ui.min.js

+ 2
- 2
dist/swagger-ui.js Ver arquivo

@@ -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
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


Carregando…
Cancelar
Salvar