svnno****@sourc*****
svnno****@sourc*****
2011年 3月 24日 (木) 21:31:23 JST
Revision: 2508 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2508 Author: dhrname Date: 2011-03-24 21:31:23 +0900 (Thu, 24 Mar 2011) Log Message: ----------- 不要なコメントを削除 Modified Paths: -------------- branches/07x/073/org/w3c/dom/css.js Modified: branches/07x/073/org/w3c/dom/css.js =================================================================== --- branches/07x/073/org/w3c/dom/css.js 2011-03-24 12:18:56 UTC (rev 2507) +++ branches/07x/073/org/w3c/dom/css.js 2011-03-24 12:31:23 UTC (rev 2508) @@ -708,7 +708,7 @@ if (!!tar._runtimeStyle) { return (tar._runtimeStyle); } else { - var s = new CSSStyleDeclaration(), setProp = s.setProperty; //このsetPropは関数オブジェクトではなくて、単なる関数のラベル + var s = new CSSStyleDeclaration(), setProp = s.setProperty; tar._runtimeStyle = s; } s.setProperty = function(propertyName, value, priority) {