[Sie-announce] SIEコード [1284] 定数に修正した

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 9月 25日 (金) 23:19:10 JST


Revision: 1284
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1284
Author:   dhrname
Date:     2009-09-25 23:19:10 +0900 (Fri, 25 Sep 2009)

Log Message:
-----------
定数に修正した

Modified Paths:
--------------
    branches/DOM/org/w3c/dom/css.js

Modified: branches/DOM/org/w3c/dom/css.js
===================================================================
--- branches/DOM/org/w3c/dom/css.js	2009-09-24 14:09:43 UTC (rev 1283)
+++ branches/DOM/org/w3c/dom/css.js	2009-09-25 14:19:10 UTC (rev 1284)
@@ -256,8 +256,8 @@
 CSSValue.CSS_CUSTOM                     = 3;
 
 function CSSPrimitiveValue() {
-  this.cssValueType = 1;
-  this.primitiveType = 0;
+  this.cssValueType = CSSValue.CSS_PRIMITIVE_VALUE;
+  this.primitiveType = CSSPrimitiveValue.CSS_UNKNOWN;
   this._n = [1, 0.01, 1, 1, 1, 35.43307, 3.543307, 90, 1.25, 15, 1, 180 / Math.PI, 90/100, 1, 1000, 1, 1000, 1]; //CSS_PX単位への変換値(なお、CSS_SはCSS_MSに、CSS_RADとCSS_GRADはCSS_DEGに、CSS_KHZはCSS_HZに統一)
   return this;
 };




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