[Sie-announce] SIEコード [2094] 同様に最適化

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 10月 25日 (月) 23:14:28 JST


Revision: 2094
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2094
Author:   dhrname
Date:     2010-10-25 23:14:28 +0900 (Mon, 25 Oct 2010)

Log Message:
-----------
同様に最適化

Modified Paths:
--------------
    branches/06x/062/org/w3c/dom/css.js

Modified: branches/06x/062/org/w3c/dom/css.js
===================================================================
--- branches/06x/062/org/w3c/dom/css.js	2010-10-25 14:12:43 UTC (rev 2093)
+++ branches/06x/062/org/w3c/dom/css.js	2010-10-25 14:14:28 UTC (rev 2094)
@@ -344,7 +344,6 @@
 };
 
 function CSSPrimitiveValue() {
-  CSSValue.call(this);
   return this;
 };
 
@@ -529,7 +528,7 @@
   fill : "black",
   stroke : "none",
   cursor : "auto",
-  visibility : "visible",
+  visibility : "visiblee", //visibleが正しいが、初期値を見分ける必要があるため、visibleeとする
   display : "inline-block",
   opacity : "1",
   fillOpacity : "1",




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