svnno****@sourc*****
svnno****@sourc*****
2011年 4月 16日 (土) 22:58:12 JST
Revision: 2596
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2596
Author: dhrname
Date: 2011-04-16 22:58:12 +0900 (Sat, 16 Apr 2011)
Log Message:
-----------
SVGColorのコンストラクタ関数を整理
Modified Paths:
--------------
branches/07x/075/org/w3c/dom/svg.js
Modified: branches/07x/075/org/w3c/dom/svg.js
===================================================================
--- branches/07x/075/org/w3c/dom/svg.js 2011-04-16 13:57:27 UTC (rev 2595)
+++ branches/07x/075/org/w3c/dom/svg.js 2011-04-16 13:58:12 UTC (rev 2596)
@@ -695,7 +695,7 @@
return this;
};
function SVGColor() {
- CSSValue.call(this, arguments);
+ CSSValue.apply(this);
/*readonly css::RGBColor*/ this.rgbColor = new RGBColor();
return this;
};