svnno****@sourc*****
svnno****@sourc*****
2011年 2月 5日 (土) 20:28:58 JST
Revision: 2365
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2365
Author: dhrname
Date: 2011-02-05 20:28:57 +0900 (Sat, 05 Feb 2011)
Log Message:
-----------
NAIBU.Time.start関数は、バッファ処理の後で実行するように改良した
Modified Paths:
--------------
branches/07x/070/org/w3c/dom/svg.js
Modified: branches/07x/070/org/w3c/dom/svg.js
===================================================================
--- branches/07x/070/org/w3c/dom/svg.js 2011-02-04 14:39:05 UTC (rev 2364)
+++ branches/07x/070/org/w3c/dom/svg.js 2011-02-05 11:28:57 UTC (rev 2365)
@@ -1708,13 +1708,16 @@
if (!DOMImplementation._buffer_[1]) {
clearInterval(NAIBU._buff);
DOMImplementation._buffer_ = null;
+ NAIBU.Time.start();
return;
}
}
}, 1);
+ s = null;
+ } else {
+ s = null;
+ NAIBU.Time.start();
}
- s = null;
- NAIBU.Time.start();
delete NAIBU.doc;
}
}