prepare for release

This commit is contained in:
Tony Tam
2015-03-28 19:42:11 -07:00
parent 62546445d9
commit b6bf8c2b47
6 changed files with 18 additions and 16 deletions

3
dist/swagger-ui.js vendored
View File

@@ -20582,7 +20582,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'
});
},
@@ -20622,6 +20622,7 @@ SwaggerUi.Views.HeaderView = Backbone.View.extend({
}
}
});
'use strict';
SwaggerUi.Views.MainView = Backbone.View.extend({