[Sie-announce] SIEコード [1082] timeout

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 15日 (日) 23:03:23 JST


Revision: 1082
          http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1082
Author:   dhrname
Date:     2009-03-15 23:03:23 +0900 (Sun, 15 Mar 2009)

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

Modified Paths:
--------------
    branches/04x/046/sie.js

Modified: branches/04x/046/sie.js
===================================================================
--- branches/04x/046/sie.js	2009-03-15 12:18:21 UTC (rev 1081)
+++ branches/04x/046/sie.js	2009-03-15 14:03:23 UTC (rev 1082)
@@ -1900,10 +1900,12 @@
   var oba = document.createElement("div");
   oba.setAttribute("id","_NAIBU_outline");
   obj.parentNode.appendChild(oba);
+  var dn = new Date();
   STdocument[dn] = new SVGtoVML(obc,obwidth,obheight,regw,regh);
   obj.parentNode.insertBefore(ob,obj);
   STdocument[dn].read();
   STdocument[dn].set();
+  alert((new Date()).getTime() - dn.getTime());
   if (NAIBU.STObject !== void 0) {NAIBU.STObject.next();}
   data = dc = null;
 }




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