[Sie-announce] SIEコード [2987] 0.86beta fixed

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 10月 10日 (月) 19:20:58 JST


Revision: 2987
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2987
Author:   dhrname
Date:     2011-10-10 19:20:58 +0900 (Mon, 10 Oct 2011)

Log Message:
-----------
0.86beta fixed

Modified Paths:
--------------
    branches/08x/sie.js

Modified: branches/08x/sie.js
===================================================================
--- branches/08x/sie.js	2011-10-09 14:40:47 UTC (rev 2986)
+++ branches/08x/sie.js	2011-10-10 10:20:58 UTC (rev 2987)
@@ -7242,11 +7242,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);




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