svnno****@sourc*****
svnno****@sourc*****
2011年 3月 7日 (月) 20:09:13 JST
Revision: 2463 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2463 Author: dhrname Date: 2011-03-07 20:09:13 +0900 (Mon, 07 Mar 2011) Log Message: ----------- CSSPrimitiveValueのgetFloatValueについて修正 Modified Paths: -------------- branches/07x/072/org/w3c/dom/css.js Modified: branches/07x/072/org/w3c/dom/css.js =================================================================== --- branches/07x/072/org/w3c/dom/css.js 2011-03-06 14:11:26 UTC (rev 2462) +++ branches/07x/072/org/w3c/dom/css.js 2011-03-07 11:09:13 UTC (rev 2463) @@ -409,7 +409,7 @@ n = n[0]; } if (!n) { - type = SVGLength.SVG_LENGTHTYPE_NUMBER; + type = CSSPrimitiveValue.CSS_NUMBER; } else if (n === "%") { s *= this._percent; type = CSSPrimitiveValue.CSS_PERCENTAGE;