svnno****@sourc*****
svnno****@sourc*****
2011年 1月 6日 (木) 23:27:48 JST
Revision: 2278
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2278
Author: dhrname
Date: 2011-01-06 23:27:48 +0900 (Thu, 06 Jan 2011)
Log Message:
-----------
getPrpertyCSSValueメソッドも改良
Modified Paths:
--------------
branches/06x/067/org/w3c/dom/css.js
Modified: branches/06x/067/org/w3c/dom/css.js
===================================================================
--- branches/06x/067/org/w3c/dom/css.js 2011-01-06 14:26:22 UTC (rev 2277)
+++ branches/06x/067/org/w3c/dom/css.js 2011-01-06 14:27:48 UTC (rev 2278)
@@ -222,7 +222,7 @@
}
}
if (this._def) {
- propertyName = null;
+ tc = propertyName = null;
return (this._def[prop]);
}
prop = propertyName = null;