OSDN Git Service

Version 0.6.197, add X.Util.Windfow.
[pettanr/clientJs.git] / 0.6.x / js / 06_net / 10_XOAuth2.js
index b881ec2..961d0a2 100644 (file)
@@ -114,7 +114,7 @@ X[ 'OAuth2' ] = X_EventDispatcher[ 'inherits' ](
                                                        'response_type' : 'code',
                                                        'client_id'     : pair[ 'clientID' ],
                                                        'redirect_uri'  : pair[ 'redirectURI' ],
-                                                       'scope'         : ( pair[ 'scopes' ] || [] ).join(' ')
+                                                       'scope'         : ( pair[ 'scopes' ] || [] ).join( ' ' )
                                                }
                                        ),
                                        'oauthauthorize',