This commit is contained in:
Tony Tam
2014-09-25 21:32:55 -07:00
parent d3f373c188
commit 607cca6229
3 changed files with 3 additions and 3 deletions

2
dist/swagger-ui.js vendored
View File

@@ -1595,7 +1595,7 @@ helpers = this.merge(helpers, Handlebars.helpers); data = data || {};
}
$('.toggleEndpointList', this.el).click(this.callDocs.bind(this, 'toggleEndpointListForResource'));
$('.collapseResource', this.el).click(this.callDocs.bind(this, 'collapseOperationsForResource'));
$('.expandResource', this.el).click(this.callDocs.bind(this, 'expandOperationsForResoruce'));
$('.expandResource', this.el).click(this.callDocs.bind(this, 'expandOperationsForResource'));
return this;
};

File diff suppressed because one or more lines are too long