[Sie-announce] SIEコード [2542]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 3月 31日 (木) 23:04:39 JST


Revision: 2542
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2542
Author:   dhrname
Date:     2011-03-31 23:04:39 +0900 (Thu, 31 Mar 2011)

Log Message:
-----------


Modified Paths:
--------------
    branches/07x/074/org/w3c/dom/svg.js

Modified: branches/07x/074/org/w3c/dom/svg.js
===================================================================
--- branches/07x/074/org/w3c/dom/svg.js	2011-03-31 13:48:13 UTC (rev 2541)
+++ branches/07x/074/org/w3c/dom/svg.js	2011-03-31 14:04:39 UTC (rev 2542)
@@ -1847,7 +1847,7 @@
                 dbuf = DOMImplementation._buffer_,
                 dbufli = dbuf.length,
                 s, evt;
-            if (dufli === 0) {
+            if (dbufli === 0) {
               clearInterval(Event._buff);              
             } else {
               for (var i=0;i<50;++i) {
@@ -1855,17 +1855,18 @@
                 evt = dbuf[n+1];
                 s.dispatchEvent(evt);
                 n += 2;
-                dbuf = dbufli = s = evt = null;
+                s = evt = null;
                 if (n >= dbufli) {
                   clearInterval(NAIBU._buff);
                   DOMImplementation._buffer_ = null;
                   NAIBU.Time.start();
+                  dbuf = n = dbufli = null;
                   return;
                 }
               }
               NAIBU._buff_num = n;
-              n = null;
             }
+            dbuf = n = dbufli = null;
           }, 1);
           s = null;
         } else {
@@ -2895,13 +2896,14 @@
       }
       var vi = tar.ownerDocument.documentElement,
           w = vi.width.baseVal.value,
-          h = vi.height.baseVal.value;
+          h = vi.height.baseVal.value,
+          tt = tar._tar;
       dat[dat.length] = " e";
-      tar._tar.path = dat.join(" ");
-      tar._tar.coordsize = w + " " + h;
+      tt.path = dat.join(" ");
+      tt.coordsize = w + " " + h;
       NAIBU._setPaint(tar, matrix);
       delete tar._cacheMatrix, tar._currentStyle;
-      evt = tar = dat = t = w = h = matrix = tlist = x = y = _parseInt = ma = mb = mc = md = me = mf = vi = isZ = isC = i = tli = tps = ti = cname = null;
+      evt = tar = dat = t = w = h = matrix = tlist = x = y = _parseInt = ma = mb = mc = md = me = mf = vi = isZ = isC = i = tli = tps = ti = cname = tt = null;
     }, false);
     evt = tar = null;
   }, false);




Sie-announce メーリングリストの案内
Back to archive index