[Sie-announce] SIEコード [2282] 変数の整理

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2011年 1月 7日 (金) 22:10:31 JST


Revision: 2282
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2282
Author:   dhrname
Date:     2011-01-07 22:10:31 +0900 (Fri, 07 Jan 2011)

Log Message:
-----------
変数の整理

Modified Paths:
--------------
    branches/06x/067/org/w3c/dom/events.js

Modified: branches/06x/067/org/w3c/dom/events.js
===================================================================
--- branches/06x/067/org/w3c/dom/events.js	2011-01-07 13:09:24 UTC (rev 2281)
+++ branches/06x/067/org/w3c/dom/events.js	2011-01-07 13:10:31 UTC (rev 2282)
@@ -181,7 +181,7 @@
     }
   }
   var ed = evt._default
-  evt = te = s = d = tce = n = sli = slii = dn = null;
+  evt = te = s = d = tce = n = sli = slii = dn = i = null;
   return ed;
 };
 
@@ -330,6 +330,7 @@
   this.newValue = newValueArg;
   this.attrName = attrNameArg;
   this.attrChange = attrChangeArg;
+  typeArg = canBubbleArg = cancelableArg = relatedNodeArg = prevValueArg = newValueArg = attrNameArg = attrChangeArg = null;
 };
     // attrChangeType
 /*unsigned short*/  MutationEvent.MODIFICATION  = 1;




Sie-announce メーリングリストの案内
アーカイブの一覧に戻る