OSDN Git Service

Version 0.6.207, Modification of variable scope leaks.
[pettanr/clientJs.git] / 0.6.x / js / 06_net / 10_XOAuth2.js
index b6632be..b37a6f9 100644 (file)
@@ -104,7 +104,7 @@ X[ 'OAuth2' ] = X_EventDispatcher[ 'inherits' ](
                         */
                        'requestAuth' : function(){
                                var e = X_EventDispatcher_CURRENT_EVENTS[ X_EventDispatcher_CURRENT_EVENTS.length - 1 ],
-                                       w, h;
+                                       w, h, pair;
                                
                                // TODO pointer event 内か?チェック
                                if( !e || !e[ 'pointerType' ] ){