fix formating issue.
This commit is contained in:
parent
93b54ce13a
commit
b4ce19c231
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
kc.init = function (initOptions) {
|
||||
kc.authenticated = false;
|
||||
if (initOptions && initOptions.adapter === 'cordova') {
|
||||
if (initOptions && initOptions.adapter === 'cordova') {
|
||||
adapter = loadAdapter('cordova');
|
||||
} else if (initOptions && initOptions.adapter === 'default') {
|
||||
adapter = loadAdapter();
|
||||
|
|
Loading…
Reference in a new issue