svnno****@sourc*****
svnno****@sourc*****
2011年 10月 9日 (日) 22:43:34 JST
Revision: 2985 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2985 Author: dhrname Date: 2011-10-09 22:43:33 +0900 (Sun, 09 Oct 2011) Log Message: ----------- a要素でHTMLファイルへのリンクが作動しないバグを修正 Modified Paths: -------------- branches/08x/087/org/w3c/dom/svg.js Modified: branches/08x/087/org/w3c/dom/svg.js =================================================================== --- branches/08x/087/org/w3c/dom/svg.js 2011-10-08 14:05:33 UTC (rev 2984) +++ branches/08x/087/org/w3c/dom/svg.js 2011-10-09 13:43:33 UTC (rev 2985) @@ -4930,6 +4930,8 @@ }; ob._init(); sd = ob = nd = void 0; + } else { + location.href = tar.href.baseVal; } }, false); SVGURIReference.apply(this, arguments);