svnno****@sourc*****
svnno****@sourc*****
2010年 9月 13日 (月) 20:18:24 JST
Revision: 2000 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2000 Author: dhrname Date: 2010-09-13 20:18:24 +0900 (Mon, 13 Sep 2010) Log Message: ----------- Modified Paths: -------------- branches/06x/061/org/w3c/dom/svg.js Modified: branches/06x/061/org/w3c/dom/svg.js =================================================================== --- branches/06x/061/org/w3c/dom/svg.js 2010-09-13 10:42:41 UTC (rev 1999) +++ branches/06x/061/org/w3c/dom/svg.js 2010-09-13 11:18:24 UTC (rev 2000) @@ -4360,6 +4360,7 @@ SVGURIReference, SVGExternalResourcesRequired*/ { SVGElement.apply(this); + SVGURIReference.apply(this); return this; }; SVGMPathElement.constructor = SVGElement;