svnno****@sourc*****
svnno****@sourc*****
2011年 10月 9日 (日) 23:40:47 JST
Revision: 2986 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2986 Author: dhrname Date: 2011-10-09 23:40:47 +0900 (Sun, 09 Oct 2011) Log Message: ----------- 0.86 svg.js beta fixed Modified Paths: -------------- branches/08x/org/w3c/dom/svg.js Property Changed: ---------------- branches/08x/org/w3c/dom/svg.js Modified: branches/08x/org/w3c/dom/svg.js =================================================================== --- branches/08x/org/w3c/dom/svg.js 2011-10-09 13:43:33 UTC (rev 2985) +++ branches/08x/org/w3c/dom/svg.js 2011-10-09 14:40:47 UTC (rev 2986) @@ -4918,11 +4918,18 @@ } NAIBU.doc = new ActiveXObject("MSXML2.DomDocument"); evt.preventDefault(); - ob._next = {_init: function () { - document.title = ob.getSVGDocument().title; - }}; + ob._next = { + _init: (function (ob) { + return (function(){ + document.title = ob.getSVGDocument().title; + ob = void 0; + }); + })(ob) + }; ob._init(); sd = ob = nd = void 0; + } else { + location.href = tar.href.baseVal; } }, false); SVGURIReference.apply(this, arguments); Property changes on: branches/08x/org/w3c/dom/svg.js ___________________________________________________________________ Modified: svn:mergeinfo - /branches/06x/061/org/w3c/dom/svg.js:1864-2067 /branches/06x/062/org/w3c/dom/svg.js:2071-2106 /branches/06x/063/org/w3c/dom/svg.js:2110-2146 /branches/06x/064/org/w3c/dom/svg.js:2149-2177 /branches/06x/065/org/w3c/dom/svg.js:2179-2209 /branches/06x/066/org/w3c/dom/svg.js:2211-2239 /branches/06x/067/org/w3c/dom/svg.js:2257-2282 /branches/06x/068/org/w3c/dom/svg.js:2284-2314 /branches/06x/069/org/w3c/dom/svg.js:2317-2352 /branches/06x/org/w3c/dom/svg.js:1861-2353 /branches/07x/070/org/w3c/dom/svg.js:2363-2383 /branches/07x/071/org/w3c/dom/svg.js:2385-2433 /branches/07x/072/org/w3c/dom/svg.js:2435-2474 /branches/07x/073/org/w3c/dom/svg.js:2476-2509 /branches/07x/074/org/w3c/dom/svg.js:2511-2556 /branches/07x/075/org/w3c/dom/svg.js:2558-2597 /branches/07x/076/org/w3c/dom/svg.js:2600-2631,2642 /branches/07x/077/org/w3c/dom/svg.js:2635-2677 /branches/07x/078/org/w3c/dom/svg.js:2679-2726 /branches/07x/079/org/w3c/dom/svg.js:2728-2746 /branches/07x/org/org/w3c/dom/svg.js:2643 /branches/07x/org/w3c/dom/svg.js:2356-2753 /branches/08x/080/org/w3c/dom/svg.js:2758-2785 /branches/08x/081/org/w3c/dom/svg.js:2787-2814 /branches/08x/082/org/w3c/dom/svg.js:2817-2843 /branches/08x/083/org/w3c/dom/svg.js:2845-2872 /branches/08x/084/org/w3c/dom/svg.js:2874-2908 /branches/08x/085/org/w3c/dom/svg.js:2910-2939 /branches/08x/086/org/w3c/dom/svg.js:2955-2974 /branches/ufltima/dom/svg.js:1621-1856 + /branches/06x/061/org/w3c/dom/svg.js:1864-2067 /branches/06x/062/org/w3c/dom/svg.js:2071-2106 /branches/06x/063/org/w3c/dom/svg.js:2110-2146 /branches/06x/064/org/w3c/dom/svg.js:2149-2177 /branches/06x/065/org/w3c/dom/svg.js:2179-2209 /branches/06x/066/org/w3c/dom/svg.js:2211-2239 /branches/06x/067/org/w3c/dom/svg.js:2257-2282 /branches/06x/068/org/w3c/dom/svg.js:2284-2314 /branches/06x/069/org/w3c/dom/svg.js:2317-2352 /branches/06x/org/w3c/dom/svg.js:1861-2353 /branches/07x/070/org/w3c/dom/svg.js:2363-2383 /branches/07x/071/org/w3c/dom/svg.js:2385-2433 /branches/07x/072/org/w3c/dom/svg.js:2435-2474 /branches/07x/073/org/w3c/dom/svg.js:2476-2509 /branches/07x/074/org/w3c/dom/svg.js:2511-2556 /branches/07x/075/org/w3c/dom/svg.js:2558-2597 /branches/07x/076/org/w3c/dom/svg.js:2600-2631,2642 /branches/07x/077/org/w3c/dom/svg.js:2635-2677 /branches/07x/078/org/w3c/dom/svg.js:2679-2726 /branches/07x/079/org/w3c/dom/svg.js:2728-2746 /branches/07x/org/org/w3c/dom/svg.js:2643 /branches/07x/org/w3c/dom/svg.js:2356-2753 /branches/08x/080/org/w3c/dom/svg.js:2758-2785 /branches/08x/081/org/w3c/dom/svg.js:2787-2814 /branches/08x/082/org/w3c/dom/svg.js:2817-2843 /branches/08x/083/org/w3c/dom/svg.js:2845-2872 /branches/08x/084/org/w3c/dom/svg.js:2874-2908 /branches/08x/085/org/w3c/dom/svg.js:2910-2939 /branches/08x/086/org/w3c/dom/svg.js:2955-2974 /branches/08x/087/org/w3c/dom/svg.js:2983,2985 /branches/ufltima/dom/svg.js:1621-1856