[Sie-announce] SIEコード [1514] windowオブジェクトのイベント解放の位置を修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 12月 30日 (水) 21:53:55 JST


Revision: 1514
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1514
Author:   dhrname
Date:     2009-12-30 21:53:55 +0900 (Wed, 30 Dec 2009)

Log Message:
-----------
windowオブジェクトのイベント解放の位置を修正

Modified Paths:
--------------
    branches/05x/057/sie.js

Modified: branches/05x/057/sie.js
===================================================================
--- branches/05x/057/sie.js	2009-12-30 12:49:00 UTC (rev 1513)
+++ branches/05x/057/sie.js	2009-12-30 12:53:55 UTC (rev 1514)
@@ -58,6 +58,7 @@
   var isMSIE = /*@cc_on!@*/false;
   //引数にtrueがあれば、例外処理のログを作動させる
   stlog = new STLog(true);
+  window.onload = null;
   var ary = document.getElementsByTagName("script");
   //全script要素をチェックして、type属性がimage/svg+xmlならば、中身をSVGとして処理する
   for (var i=0; i < ary.length; i++) {
@@ -103,7 +104,6 @@
   if (NAIBU.Clip.length > 0) {
     clearInterval(NAIBU.stop);
   }
-  window.onload = null;
   NAIBU = stlog = STLog = SIE = null;
 }
 




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