fixed jshint issues

This commit is contained in:
Laurent Lepinay
2015-04-20 10:32:33 +02:00
parent f3ee0a436c
commit 78c7dda0a9
43 changed files with 5164 additions and 14 deletions

View File

@@ -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,