OSDN Git Service

Version 0.6.169, add doc comment.
[pettanr/clientJs.git] / 0.6.x / js / 06_net / 10_XOAuth2.js
index 91f7f67..86d1584 100644 (file)
@@ -238,7 +238,7 @@ function X_Net_OAuth2_detectAuthPopup(){
        } else
        if( search = X_NET_OAUTH2_detection( X_NET_OAUTH2_authorizationWindow ) ){
                pair      = X_Pair_get( this );
-               pair.code = X_URL_ParamToObj( search.slice( 1 ) )[ 'code' ];
+               pair.code = X_URL_paramToObj( search.slice( 1 ) )[ 'code' ];
 
                if( 9 < X_UA[ 'IEHost' ] ){
                        X_NET_OAUTH2_authorizationWindow.close();
@@ -257,7 +257,7 @@ function X_Net_OAuth2_detectAuthPopup(){
                X_NET_OAUTH2_authorizationWindow  = null;
                X_NET_OAUTH2_authorizationTimerID = 0;
                
-               return X_Callback_UN_LISTEN;
+               return X_CALLBACK_UN_LISTEN;
        };
 };