[Sie-announce] SIEコード [2176]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 11月 24日 (水) 23:07:27 JST


Revision: 2176
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2176
Author:   dhrname
Date:     2010-11-24 23:07:27 +0900 (Wed, 24 Nov 2010)

Log Message:
-----------


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

Modified: branches/06x/064/org/w3c/dom/events.js
===================================================================
--- branches/06x/064/org/w3c/dom/events.js	2010-11-24 14:05:49 UTC (rev 2175)
+++ branches/06x/064/org/w3c/dom/events.js	2010-11-24 14:07:27 UTC (rev 2176)
@@ -155,7 +155,7 @@
    *
    */
   for (var i=0, n=1, d=0, tce = null, sli = s.length, slii = sli*2-1;i<slii;++i){
-    d = sli - i - 1;
+    var d = sli - i - 1;
     if (d === 0){ //イベントのターゲットに到着(折り返し地点)
       n = -1;
       evt.eventPhase = 2;//Event.AT_TARGET;




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