[auth] change show auth popup button depending on logged in auth

This commit is contained in:
bodnia
2016-03-13 22:52:21 +02:00
parent fe9a497b9d
commit 0852d70f41
5 changed files with 28 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
SwaggerUi.Collections.AuthsCollection = Backbone.Collection.extend({
constructor: function(models) {
constructor: function() {
var args = Array.prototype.slice.call(arguments);
args[0] = this.parse(args[0]);