OSDN Git Service

Version 0.6.207, Modification of variable scope leaks.
[pettanr/clientJs.git] / 0.6.x / js / 20_ui / 20_Root.js
index 5515f8a..bd1a84b 100644 (file)
@@ -116,7 +116,7 @@ function X_UI_eventRellay( e ){
 
 function X_UI_onMouseOut( e ){
        var list = XUI_UINODES_HOVER,
-               i = list.length;
+               i = list.length, data;
        console.log( 'pointer out!!' + e.type + i + ' ' + e.pointerType );
 
        e = X_Object_copy( e );