svnno****@sourc*****
svnno****@sourc*****
2009年 5月 6日 (水) 22:47:10 JST
Revision: 1137
http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1137
Author: dhrname
Date: 2009-05-06 22:47:10 +0900 (Wed, 06 May 2009)
Log Message:
-----------
timeout
Modified Paths:
--------------
branches/04x/047/sie.js
Modified: branches/04x/047/sie.js
===================================================================
--- branches/04x/047/sie.js 2009-05-06 13:45:23 UTC (rev 1136)
+++ branches/04x/047/sie.js 2009-05-06 13:47:10 UTC (rev 1137)
@@ -1920,10 +1920,12 @@
obst.width = regwv+ "px";
obst.height = reghv+ "px";
ob.coordsize = regwv +" "+ reghv;
+ var dnd = new Date();
STdocument[dn] = new SVGtoVML(obc,obwidth,obheight,regw,regh);
obj.parentNode.insertBefore(ob,obj);
STdocument[dn].read(ob);
STdocument[dn].set(ob);
+ alert((new Date()).getTime() - dnd.getTime());
data = dc = null;
if (NAIBU.STObject !== void 0) {NAIBU.STObject.next();}
}