fixed jshint issues
This commit is contained in:
@@ -132,7 +132,7 @@ SwaggerUi.Views.MainView = Backbone.View.extend({
|
||||
|
||||
// Make all definitions available at the root of the resource so that they can
|
||||
// be loaded by the JSonEditor
|
||||
resource.definitions = this.model.definitions
|
||||
resource.definitions = this.model.definitions;
|
||||
|
||||
var resourceView = new SwaggerUi.Views.ResourceView({
|
||||
model: resource,
|
||||
|
||||
Reference in New Issue
Block a user