fixed jshint issues
This commit is contained in:
@@ -34,7 +34,7 @@ SwaggerUi.Views.ResourceView = Backbone.View.extend({
|
||||
|
||||
operation.nickname = id;
|
||||
operation.parentId = this.model.id;
|
||||
operation.definitions = this.model.definitions // make Json Schema available for JSonEditor in this operation
|
||||
operation.definitions = this.model.definitions; // make Json Schema available for JSonEditor in this operation
|
||||
this.addOperation(operation);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user