[Sie-announce] SIEコード [2077] setIntervalに対してclearIntervalをunload時に使用するように改良

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 10月 21日 (木) 21:48:59 JST


Revision: 2077
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2077
Author:   dhrname
Date:     2010-10-21 21:48:59 +0900 (Thu, 21 Oct 2010)

Log Message:
-----------
setIntervalに対してclearIntervalをunload時に使用するように改良

Modified Paths:
--------------
    branches/06x/062/org/w3c/dom/svg.js

Modified: branches/06x/062/org/w3c/dom/svg.js
===================================================================
--- branches/06x/062/org/w3c/dom/svg.js	2010-10-20 12:59:00 UTC (rev 2076)
+++ branches/06x/062/org/w3c/dom/svg.js	2010-10-21 12:48:59 UTC (rev 2077)
@@ -5123,6 +5123,9 @@
 };
 function unsvgtovml() {
   try {
+    if ("stop" in NAIBU) {
+      clearInterval(NAIBU.stop);
+    }
     Element = SVGElement = Attr = NamedNodeMap = CSS2Properties = CSSValue = CSSPrimitiveValue = NAIBU.xmlhttp = Node = Event = NAIBU = stlog = STLog = document = null;
     Array = ActiveXObject = window = null;
   } catch(e) {}




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