rebuilt
This commit is contained in:
4
dist/swagger-ui.js
vendored
4
dist/swagger-ui.js
vendored
@@ -1971,11 +1971,11 @@ ResourceView = (function(_super) {
|
|||||||
|
|
||||||
ResourceView.prototype.render = function() {
|
ResourceView.prototype.render = function() {
|
||||||
var counter, id, methods, operation, _i, _len, _ref;
|
var counter, id, methods, operation, _i, _len, _ref;
|
||||||
$(this.el).html(Handlebars.templates.resource(this.model));
|
|
||||||
methods = {};
|
methods = {};
|
||||||
if (this.model.description) {
|
if (this.model.description != null) {
|
||||||
this.model.summary = this.model.description;
|
this.model.summary = this.model.description;
|
||||||
}
|
}
|
||||||
|
$(this.el).html(Handlebars.templates.resource(this.model));
|
||||||
_ref = this.model.operationsArray;
|
_ref = this.model.operationsArray;
|
||||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||||
operation = _ref[_i];
|
operation = _ref[_i];
|
||||||
|
|||||||
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