svnno****@sourc*****
svnno****@sourc*****
2011年 3月 24日 (木) 21:18:56 JST
Revision: 2507
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2507
Author: dhrname
Date: 2011-03-24 21:18:56 +0900 (Thu, 24 Mar 2011)
Log Message:
-----------
Modified Paths:
--------------
branches/07x/073/org/w3c/dom/events.js
Modified: branches/07x/073/org/w3c/dom/events.js
===================================================================
--- branches/07x/073/org/w3c/dom/events.js 2011-03-24 12:14:48 UTC (rev 2506)
+++ branches/07x/073/org/w3c/dom/events.js 2011-03-24 12:18:56 UTC (rev 2507)
@@ -126,7 +126,7 @@
})(that)
);
}
- s = t = node = null;
+ s = t = that = null;
};
/*void*/ Node.prototype.removeEventListener = function( /*string*/ type, /*EventListener*/ listener, /*boolean*/ useCapture) {
var tce = this._capter;