regenerated dist files

This commit is contained in:
Laurent Lepinay
2015-09-16 10:54:06 +02:00
parent 504095e10e
commit 1a8444c4c0
2 changed files with 2 additions and 2 deletions

2
dist/swagger-ui.js vendored
View File

@@ -31127,7 +31127,7 @@ SwaggerUi.Views.MainView = Backbone.View.extend({
// is there any valid case were it should not be added ? // is there any valid case were it should not be added ?
var def; var def;
for(def in this.model.definitions){ for(def in this.model.definitions){
if (this.model.definitions[def].type === null){ if (!this.model.definitions[def].type){
this.model.definitions[def].type = 'object'; this.model.definitions[def].type = 'object';
} }
} }

File diff suppressed because one or more lines are too long