svnno****@sourc*****
svnno****@sourc*****
2011年 7月 4日 (月) 23:20:59 JST
Revision: 2814 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2814 Author: dhrname Date: 2011-07-04 23:20:59 +0900 (Mon, 04 Jul 2011) Log Message: ----------- Modified Paths: -------------- branches/08x/081/org/w3c/dom/css.js Modified: branches/08x/081/org/w3c/dom/css.js =================================================================== --- branches/08x/081/org/w3c/dom/css.js 2011-07-04 14:12:20 UTC (rev 2813) +++ branches/08x/081/org/w3c/dom/css.js 2011-07-04 14:20:59 UTC (rev 2814) @@ -452,9 +452,8 @@ if (n >= "0" && n <= "9") { type = /*CSSPrimitiveValue.CSS_NUMBER*/ 1; if (unitType === 1) { - this._value = s; - tc = n = type = s = null; - return (this._value); + unitType = tc = n = type = null; + return s; } } else if (n === "%") { s *= this._percent;