Parcourir la source

fixed return type

bubble
Tony Tam il y a 9 ans
Parent
révision
1418f12f1d
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +2
    -2
      dist/swagger-ui.js
  2. +1
    -1
      dist/swagger-ui.min.js

+ 2
- 2
dist/swagger-ui.js Voir le fichier

@@ -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
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


Chargement…
Annuler
Enregistrer