Browse Source

rebuilt

bubble
Tony Tam 9 years ago
parent
commit
631329fdfb
8 changed files with 3 additions and 2 deletions
  1. BIN
     
  2. BIN
     
  3. BIN
     
  4. BIN
     
  5. BIN
     
  6. BIN
     
  7. +2
    -1
      dist/swagger-ui.js
  8. +1
    -1
      dist/swagger-ui.min.js

BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


+ 2
- 1
dist/swagger-ui.js View File

@@ -20599,7 +20599,7 @@ SwaggerUi.Views.HeaderView = Backbone.View.extend({

showPetStore: function(){
this.trigger('update-swagger-ui', {
url:'http://petstore.swagger.wordnik.com/api/api-docs'
url:'http://petstore.swagger.io/v2/swagger.json'
});
},

@@ -20639,6 +20639,7 @@ SwaggerUi.Views.HeaderView = Backbone.View.extend({
}
}
});

'use strict';

SwaggerUi.Views.MainView = Backbone.View.extend({


+ 1
- 1
dist/swagger-ui.min.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save