Bläddra i källkod

fixed return type

bubble
Tony Tam 9 år sedan
förälder
incheckning
1418f12f1d
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. +2
    -2
      dist/swagger-ui.js
  2. +1
    -1
      dist/swagger-ui.min.js

+ 2
- 2
dist/swagger-ui.js Visa fil

@@ -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
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


Laddar…
Avbryt
Spara