Fix all JSHint errors

This commit is contained in:
Mohsen Azimi
2015-03-12 16:50:57 -07:00
parent 096cd120a4
commit 07ac7fcf95
10 changed files with 22 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ SwaggerUi.Views.ResourceView = Backbone.View.extend({
operation.nickname = id;
operation.parentId = this.model.id;
this.addOperation(operation);
};
}
$('.toggleEndpointList', this.el).click(this.callDocs.bind(this, 'toggleEndpointListForResource'));
$('.collapseResource', this.el).click(this.callDocs.bind(this, 'collapseOperationsForResource'));