X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=0.6.x%2Fjs%2F02_dom%2F10_XNodeAnime.js;h=04709bf117cd76e066748569dd4838e295056adb;hb=1bfbfbb850a390a1c46546d445961966e4cdf063;hp=c83aef56b8f01785c53bfa68262486d807562306;hpb=86c591d2888cf7b24365c1950646fb1f6190efd1;p=pettanr%2FclientJs.git diff --git a/0.6.x/js/02_dom/10_XNodeAnime.js b/0.6.x/js/02_dom/10_XNodeAnime.js index c83aef5..04709bf 100644 --- a/0.6.x/js/02_dom/10_XNodeAnime.js +++ b/0.6.x/js/02_dom/10_XNodeAnime.js @@ -236,7 +236,7 @@ function X_Node_Anime_updateAnimations( v, updateNow ){ function X_Node_Anime_detectAnimationLayers(){ var i = X_Node_ANIMATIONS.length, l = i, - j, xnode, parent, hasGPUChild, remove; + j, xnode, parent, _xnode, hasGPUChild, remove; for( ; i; ){ xnode = X_Node_ANIMATIONS[ --i ];