Remove all references to swaggerUi global instance

This commit is contained in:
Mohsen Azimi
2015-03-16 13:52:38 -07:00
parent 79d9d1cf0d
commit 51bbbf03db
7 changed files with 53 additions and 35 deletions

4
dist/index.html vendored
View File

@@ -67,9 +67,7 @@
}
}
$('#input_apiKey').change(function() {
addApiKeyAuthorization();
});
$('#input_apiKey').change(addApiKeyAuthorization);
// if you have an apiKey you would like to pre-populate on the page for demonstration purposes...
/*