svnno****@sourc*****
svnno****@sourc*****
2011年 3月 28日 (月) 22:38:04 JST
Revision: 2521 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2521 Author: dhrname Date: 2011-03-28 22:38:04 +0900 (Mon, 28 Mar 2011) Log Message: ----------- Modified Paths: -------------- branches/07x/074/org/w3c/dom/css.js Modified: branches/07x/074/org/w3c/dom/css.js =================================================================== --- branches/07x/074/org/w3c/dom/css.js 2011-03-28 13:32:57 UTC (rev 2520) +++ branches/07x/074/org/w3c/dom/css.js 2011-03-28 13:38:04 UTC (rev 2521) @@ -256,7 +256,7 @@ *プロパティを宣言内で、明示的に設定。継承は無視する */ /*void*/ setProperty : function( /*string*/ propertyName, /*string*/ value, /*string*/ priority) { - var cssText = "", + var cssText = propertyName, tg = null, ti, paintType, v1, uri = null, @@ -265,7 +265,6 @@ if (!!this[propertyName]) { tg = this.getPropertyCSSValue(propertyName); } - cssText += propertyName; cssText += ":"; cssText += value; if (tg) { //見つかった場合