updated & rebuilt lib with unified client

This commit is contained in:
Tony Tam
2015-01-27 17:01:12 -08:00
parent b3dc9c0047
commit f7c14fadf6
7 changed files with 3482 additions and 2007 deletions

4
dist/index.html vendored
View File

@@ -37,13 +37,13 @@
onComplete: function(swaggerApi, swaggerUi){
log("Loaded SwaggerUI");
if(typeof initOAuth == "function") {
/*
initOAuth({
clientId: "your-client-id",
realm: "your-realms",
appName: "your-app-name"
});
*/
}
$('pre code').each(function(i, e) {
hljs.highlightBlock(e)