rebuilt file

This commit is contained in:
Tony Tam
2015-01-29 13:02:29 -08:00
8 changed files with 246 additions and 2 deletions

7
dist/swagger-ui.js vendored
View File

@@ -1639,7 +1639,12 @@ helpers = this.merge(helpers, Handlebars.helpers); data = data || {};
resources[id] = resource;
this.addResource(resource, this.model.auths);
}
return this;
this;
return $('.propWrap').hover(function() {
return $('.optionsWrapper', $(this)).show();
}, function() {
return $('.optionsWrapper', $(this)).hide();
});
};
MainView.prototype.addResource = function(resource, auths) {