svnno****@sourc*****
svnno****@sourc*****
2011年 4月 28日 (木) 23:55:49 JST
Revision: 2631
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2631
Author: dhrname
Date: 2011-04-28 23:55:48 +0900 (Thu, 28 Apr 2011)
Log Message:
-----------
SVGStyleElementの整理
Modified Paths:
--------------
branches/07x/076/org/w3c/dom/svg.js
Modified: branches/07x/076/org/w3c/dom/svg.js
===================================================================
--- branches/07x/076/org/w3c/dom/svg.js 2011-04-26 12:01:46 UTC (rev 2630)
+++ branches/07x/076/org/w3c/dom/svg.js 2011-04-28 14:55:48 UTC (rev 2631)
@@ -1899,7 +1899,7 @@
*style要素をあらわすオブジェクト
*/
function SVGStyleElement() {
- SVGElement.apply(this, arguments);
+ SVGElement.apply(this);
/*以下はそれぞれ、属性の値に対応している*/
/*DOMString*/ this.xmlspace;
/*DOMString*/ this.type = "text/css";