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

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2009年 5月 15日 (金) 22:52:24 JST


Revision: 1173
          http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1173
Author:   dhrname
Date:     2009-05-15 22:52:24 +0900 (Fri, 15 May 2009)

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


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

Modified: branches/04x/048/sie.js
===================================================================
--- branches/04x/048/sie.js	2009-05-15 13:36:13 UTC (rev 1172)
+++ branches/04x/048/sie.js	2009-05-15 13:52:24 UTC (rev 1173)
@@ -1921,12 +1921,14 @@
   obst.width = regwv+ "px";
   obst.height = reghv+ "px";
   ob.coordsize = regwv  +" "+  reghv;
+  var dnd = new Date();
   var STdocument = new SVGtoVML(obc,obwidth,obheight,regw,regh);
   obj.parentNode.insertBefore(ob,obj);
   STdocument.read(ob);
   STdocument.set(ob);
   STdocument = obw = obh = regw = regh = null;
   NAIBU.PaintColor.prototype.cache = {}; //キャッシュの初期化
+  alert((new Date()).getTime() - dnd.getTime());
   if (NAIBU.STObject !== void 0) {NAIBU.STObject.next();}
 }
 }




Sie-announce メーリングリストの案内
アーカイブの一覧に戻る