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

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 5月 18日 (火) 20:55:13 JST


Revision: 1824
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1824
Author:   dhrname
Date:     2010-05-18 20:55:12 +0900 (Tue, 18 May 2010)

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


Modified Paths:
--------------
    branches/06x/060/sie.js

Modified: branches/06x/060/sie.js
===================================================================
--- branches/06x/060/sie.js	2010-05-16 09:34:53 UTC (rev 1823)
+++ branches/06x/060/sie.js	2010-05-18 11:55:12 UTC (rev 1824)
@@ -1980,7 +1980,7 @@
     var egbase = ele.getAttribute("xml:base");
     if (!egbase) {
       var ep = ele.parentNode, b = null;
-      while(!b  &&  ep.tagName === "group") {
+      while (!b  &&  ep.tagName === "group") {
         b = ep.getAttribute("xml:base");
         ep = ep.parentNode;
       }
@@ -1989,16 +1989,16 @@
         if (href.indexOf("#") !== 0) { //href属性において#が一番につかない場合
           var lh = location.href;
           base = lh.replace(/\/[^\/]+?$/,"/"); //URIの最後尾にあるファイル名は消す。例: /n/sie.js -> /n/
-        } else{
+        } else {
           base = location.href;
         }
       }
-    } else{
-    base = egbase;
+    } else {
+      base = egbase;
     }
     if (href.indexOf(":") === -1) {
       this.base = base;
-    }  else{
+    } else {
       this.base  ="";
     }
     this.href = href;
@@ -2033,7 +2033,7 @@
   }
   if (this.title) {
     var node = this.tar.firstChild;
-    while(node) {
+    while (node) {
       if (node.nodeType === 1) {
         node.setAttribute("title", this.title);
       }




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