svnno****@sourc*****
svnno****@sourc*****
2011年 10月 23日 (日) 19:07:48 JST
Revision: 3031 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3031 Author: dhrname Date: 2011-10-23 19:07:48 +0900 (Sun, 23 Oct 2011) Log Message: ----------- 0.87betaの修正を取り込んだ Modified Paths: -------------- branches/08x/088/org/w3c/dom/svg.js Modified: branches/08x/088/org/w3c/dom/svg.js =================================================================== --- branches/08x/088/org/w3c/dom/svg.js 2011-10-23 09:33:44 UTC (rev 3030) +++ branches/08x/088/org/w3c/dom/svg.js 2011-10-23 10:07:48 UTC (rev 3031) @@ -4693,7 +4693,7 @@ /*readonly SVGAnimatedEnumeration*/ this.patternContentUnits = new SVGAnimatedEnumeration(); /*readonly SVGAnimatedTransformList*/ this.patternTransform = new SVGAnimatedTransformList(); /*readonly SVGAnimatedLength*/ this.x = new sl(); - /*readonly SVGAnimatedLength*/ this.y = new al(); + /*readonly SVGAnimatedLength*/ this.y = new sl(); /*readonly SVGAnimatedLength*/ this.width = new sl(); /*readonly SVGAnimatedLength*/ this.height = new sl(); sl = void 0;