We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$('.toggleEndpointList', @el).click(this.callDocs.bind(this, 'toggleEndpointListForResource')) $('.collapseResource', @el).click(this.callDocs.bind(this, 'collapseOperationsForResource')) $('.expandResource', @el).click(this.callDocs.bind(this, 'expandOperationsForResoruce'))
At line 30, "expandOperationsForResoruce" should be "expandOperationsForResource" This typo was preventing api lists from expanding
The text was updated successfully, but these errors were encountered:
fix for #612
607cca6
fix for swagger-api#612
85ce5b1
2d3d0d8
561e413
No branches or pull requests
At line 30, "expandOperationsForResoruce" should be "expandOperationsForResource"
This typo was preventing api lists from expanding
The text was updated successfully, but these errors were encountered: