OSDN Git Service

Version 0.6.207, Modification of variable scope leaks.
[pettanr/clientJs.git] / 0.6.x / js / 02_dom / 06_XNodeCSS.js
index aa34a08..3719b43 100644 (file)
@@ -320,8 +320,8 @@ function X_Node_CSS_objToIEFilterText( that, opt_css, opt_cssList ){
                test    = X_Node_CSS_FILTER_FIX_PROPS,
                filters = [],
                n       = -1,
-               p, id, v, num, ary, params, i, l, dir,
-               afterUpdate, impossible;
+               p, id, v, num, vu, u, _v, ary, params, i, l, dir,
+               afterUpdate, impossible, color;
 
        for( p in obj ){
                //if( X_EMPTY_OBJECT[ p ] ) continue;
@@ -445,7 +445,7 @@ function X_Node_CSS_objToIEFilterText( that, opt_css, opt_cssList ){
                        sinY   = Math.sin( radian ),
                        
                        skewX  = X_Node_CSS_ieMathRangeFix( params[ 3 ] ), //skew
-                       skewY  = X_Node_CSS_ieMathRangeFix( params[ 4 ] );
+                       skewY  = X_Node_CSS_ieMathRangeFix( params[ 4 ] ),
                        
                        _skX   = Math.tan( skewX * PI_180 ),
                        _skY   = Math.tan( skewY * PI_180 ),
@@ -510,7 +510,7 @@ function X_Node_CSS_onAfterUpdateIEFilterFix( that ){
                elm    = that[ '_rawObject' ],
                filter = elm.style.filter || '',
                origin = filter,
-               p, v, plus;
+               p, v, plus, id;
 
        for( p in css ){
                if( !( id = test[ p ] ) ) continue;
@@ -846,7 +846,7 @@ X_Node_CSS_getCharSize =
                }) :
        X_UA_DOM.IE4 ?
                (function( that ){
-                       var font, vu, v, u, _v;
+                       var font, vu, v, u, _v, elm;
                        
                        X_Node_updateTimerID && X_Node_startUpdate();
                        if( that === X_Node_body && X_ViewPort_baseFontSize ) return X_ViewPort_baseFontSize;