[Sie-announce] SIEコード [1283]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 9月 24日 (木) 23:09:43 JST


Revision: 1283
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1283
Author:   dhrname
Date:     2009-09-24 23:09:43 +0900 (Thu, 24 Sep 2009)

Log Message:
-----------


Modified Paths:
--------------
    branches/DOM/org/w3c/dom/svg.js

Modified: branches/DOM/org/w3c/dom/svg.js
===================================================================
--- branches/DOM/org/w3c/dom/svg.js	2009-09-24 14:07:54 UTC (rev 1282)
+++ branches/DOM/org/w3c/dom/svg.js	2009-09-24 14:09:43 UTC (rev 1283)
@@ -2951,7 +2951,11 @@
   /*readonly SVGAnimatedLength*/ this.y1 = new SVGAnimatedLength(0);
   /*readonly SVGAnimatedLength*/ this.x2 = new SVGAnimatedLength(0);
   /*readonly SVGAnimatedLength*/ this.y2 = new SVGAnimatedLength(0);
-  };
+  return this;
+};
+SVGLineElement.constructor = SVGElement;
+SVGLineElement.prototype = new SVGElement();
+
 function SVGAnimatedPoints { 
   /*readonly SVGPointList   points;
   /*readonly SVGPointList   animatedPoints;




Sie-announce メーリングリストの案内
Back to archive index