Remove global views
Append all views to SwaggerUi.Views object
This commit is contained in:
@@ -62,7 +62,7 @@ function clippyCopiedCallback(a) {
|
||||
}
|
||||
|
||||
// Logging function that accounts for browsers that don't have window.console
|
||||
log = function(){
|
||||
function log(){
|
||||
log.history = log.history || [];
|
||||
log.history.push(arguments);
|
||||
if(this.console){
|
||||
|
||||
Reference in New Issue
Block a user