[Sie-announce] SIEコード [1535] STObjectオブジェクトを再利用

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 1月 5日 (火) 22:22:46 JST


Revision: 1535
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1535
Author:   dhrname
Date:     2010-01-05 22:22:46 +0900 (Tue, 05 Jan 2010)

Log Message:
-----------
STObjectオブジェクトを再利用

Modified Paths:
--------------
    branches/05x/058/sie.js

Modified: branches/05x/058/sie.js
===================================================================
--- branches/05x/058/sie.js	2010-01-05 13:15:04 UTC (rev 1534)
+++ branches/05x/058/sie.js	2010-01-05 13:22:46 UTC (rev 1535)
@@ -2095,7 +2095,7 @@
 };
 //IE以外
 function _noie_svgfont() {
-  var obj = document.getElementsByTagName("object");
+  var obj = NAIBU.STObject.obj;
   for (var i=0;i<obj.length;++i) {
     var s, obji = obj[i];
     if (obji.getSVGDocument !== void 0) { //Operaでなければ、かつ、void 0はundefinedのこと




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