[Sie-announce] SIEコード [1149] NAIBU. PaintColorオブジェクトのrootElementプロパティを削除

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2009年 5月 9日 (土) 23:11:55 JST


Revision: 1149
          http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1149
Author:   dhrname
Date:     2009-05-09 23:11:55 +0900 (Sat, 09 May 2009)

Log Message:
-----------
NAIBU.PaintColorオブジェクトのrootElementプロパティを削除

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

Modified: branches/04x/047/sie.js
===================================================================
--- branches/04x/047/sie.js	2009-05-09 13:49:44 UTC (rev 1148)
+++ branches/04x/047/sie.js	2009-05-09 14:11:55 UTC (rev 1149)
@@ -968,7 +968,6 @@
 NAIBU.PaintColor.prototype.getParent = function( /*element*/ ele) {
   var parent = ele.parentNode;
   if (parent.tagName !== "group" && parent.tagName !== "A") {
-    NAIBU.PaintColor.rootElement = parent;
     return null;
   } else {
     var cache = this.cache;




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