fixed return type
This commit is contained in:
4
dist/swagger-ui.js
vendored
4
dist/swagger-ui.js
vendored
@@ -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) {
|
||||
|
||||
2
dist/swagger-ui.min.js
vendored
2
dist/swagger-ui.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user