[Sie-announce] SIEコード [1564] 細かな修正

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2010年 1月 10日 (日) 21:56:09 JST


Revision: 1564
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1564
Author:   dhrname
Date:     2010-01-10 21:56:09 +0900 (Sun, 10 Jan 2010)

Log Message:
-----------
細かな修正

Modified Paths:
--------------
    branches/theta/sie.js

Modified: branches/theta/sie.js
===================================================================
--- branches/theta/sie.js	2010-01-09 13:31:18 UTC (rev 1563)
+++ branches/theta/sie.js	2010-01-10 12:56:09 UTC (rev 1564)
@@ -277,7 +277,7 @@
       }
     }
     te = te.nextSibling;
-  } catch(e){stlog.add(e,3002);}
+  } catch(e){stlog.add(e,3002);return;}
   } while (te);
   }
   name = gname = matrix = null;
@@ -959,7 +959,7 @@
 //親コンテナ要素のPaintColorオブジェクトを返す
 NAIBU.PaintColor.prototype.getParent = function( /*element*/ ele) {
   var parent = ele.parentNode;
-  if (parent.tagName !== "group" && parent.tagName !== "A") {
+  if (parent.nodeName !== "group" && parent.nodeName !== "A") {
     NAIBU.PaintColor.rootElement = parent;
     return null;
   } else {




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