[Sie-announce] SIEコード [1229] 文の整形

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 9月 6日 (日) 23:02:53 JST


Revision: 1229
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1229
Author:   dhrname
Date:     2009-09-06 23:02:53 +0900 (Sun, 06 Sep 2009)

Log Message:
-----------
文の整形

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

Modified: branches/05x/051/sie.js
===================================================================
--- branches/05x/051/sie.js	2009-07-08 12:39:30 UTC (rev 1228)
+++ branches/05x/051/sie.js	2009-09-06 14:02:53 UTC (rev 1229)
@@ -56,9 +56,10 @@
   //引数にtrueがあれば、例外処理のログを作動させる
   stlog = new STLog(true);
   var ary = document.getElementsByTagName("script");
-  for (var i=0; i < ary.length; i++)  {//全script要素をチェックして、type属性がimage/svg+xmlならば、中身をSVGとして処理する
+  //全script要素をチェックして、type属性がimage/svg+xmlならば、中身をSVGとして処理する
+  for (var i=0; i < ary.length; i++) {
     var hoge = ary[i].type;
-    if (ary[i].type === "image/svg+xml")  {
+    if (ary[i].type === "image/svg+xml") {
       var ait = ary[i].text;
       if (sieb_s && ait.match(/&lt;svg/)) {
         //ソース内のタグを除去
@@ -71,7 +72,7 @@
         var da = {};
         da.obj = []; da.obj[i] = ary[i]; da.num = i + 1; da.content = ait; da.success = true;
         ca(da);
-      }  else{
+      } else {
         var s = textToSVG(ait,ary[i].getAttribute("width"),ary[i].getAttribute("height"));
         ary[i].parentNode.insertBefore(s,ary[i]);
       }




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