svnno****@sourc*****
svnno****@sourc*****
2010年 2月 16日 (火) 20:06:19 JST
Revision: 1662 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1662 Author: dhrname Date: 2010-02-16 20:06:19 +0900 (Tue, 16 Feb 2010) Log Message: ----------- Modified Paths: -------------- branches/ufltima/dom/css.js Modified: branches/ufltima/dom/css.js =================================================================== --- branches/ufltima/dom/css.js 2010-02-14 13:43:16 UTC (rev 1661) +++ branches/ufltima/dom/css.js 2010-02-16 11:06:19 UTC (rev 1662) @@ -110,6 +110,7 @@ this.type = CSSRule.STYLE_RULE; this.selectorText = ""; /*CSSStyleDeclaration*/ this.style = new CSSStyleDeclaration(); + this.style.parentRule = this; return this; }; CSSStyleRule.prototype = new CSSRule();