svnno****@sourc*****
svnno****@sourc*****
2010年 5月 31日 (月) 21:25:18 JST
Revision: 1854 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1854 Author: dhrname Date: 2010-05-31 21:25:18 +0900 (Mon, 31 May 2010) Log Message: ----------- Modified Paths: -------------- branches/ufltima/dom/svg.js Modified: branches/ufltima/dom/svg.js =================================================================== --- branches/ufltima/dom/svg.js 2010-05-31 12:24:11 UTC (rev 1853) +++ branches/ufltima/dom/svg.js 2010-05-31 12:25:18 UTC (rev 1854) @@ -577,7 +577,7 @@ this.rgbColor.red.cssText = s[0]; this.rgbColor.green.cssText = s[1]; this.rgbColor.blue.cssText = s[2]; - }; +}; // raises( SVGException ); /*void*/ SVGColor.prototype.setColor =function(/*unsigned short*/ colorType, /*DOMString*/ rgbColor, /*DOMString*/ iccColor ){