Remove global views

Append all views to SwaggerUi.Views object
This commit is contained in:
Mohsen Azimi
2015-03-12 16:42:23 -07:00
parent 8440833f6c
commit dac83b71c8
16 changed files with 56 additions and 54 deletions

View File

@@ -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){