tidy up the commenting

This commit is contained in:
Alex Agranov
2014-09-19 18:18:57 -04:00
parent ad3e9e5481
commit 19c34cf1ea

8
dist/index.html vendored
View File

@@ -65,9 +65,11 @@
});
// if you have an apiKey you would like to pre-populate on the page for demonstration purposes...
// var apiKey = "myApiKeyXXXX123456789";
// $('#input_apiKey').val(apiKey);
// addApiKeyAuthorization();
/*
var apiKey = "myApiKeyXXXX123456789";
$('#input_apiKey').val(apiKey);
addApiKeyAuthorization();
*/
window.swaggerUi.load();
});