Skip to content

Commit

Permalink
fix for swagger-api#612
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Sep 26, 2014
1 parent d87d0ba commit 85ce5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swagger-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down
Loading

0 comments on commit 85ce5b1

Please sign in to comment.