[auth] created auth collection view

This commit is contained in:
bodnia
2016-03-13 02:11:56 +02:00
parent 0f77177455
commit e90a72ad4a
6 changed files with 180 additions and 129 deletions

View File

@@ -3,7 +3,7 @@
SwaggerUi.Views.ApiKeyAuthView = Backbone.View.extend({ // TODO: append this to global SwaggerUi
events: {
'change .auth_input': 'apiKeyChange'
'change .input_apiKey_entry': 'apiKeyChange'
},
template: Handlebars.templates.apikey_auth,