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')); $('.toggleEndpointList', this.el).click(this.callDocs.bind(this, 'toggleEndpointListForResource'));
$('.collapseResource', this.el).click(this.callDocs.bind(this, 'collapseOperationsForResource')); $('.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; return this;
}; };

File diff suppressed because one or more lines are too long

View File

@@ -27,7 +27,7 @@ class ResourceView extends Backbone.View
$('.toggleEndpointList', @el).click(this.callDocs.bind(this, 'toggleEndpointListForResource')) $('.toggleEndpointList', @el).click(this.callDocs.bind(this, 'toggleEndpointListForResource'))
$('.collapseResource', @el).click(this.callDocs.bind(this, 'collapseOperationsForResource')) $('.collapseResource', @el).click(this.callDocs.bind(this, 'collapseOperationsForResource'))
$('.expandResource', @el).click(this.callDocs.bind(this, 'expandOperationsForResoruce')) $('.expandResource', @el).click(this.callDocs.bind(this, 'expandOperationsForResource'))
return @ return @