Author: abelevich
Date: 2008-03-24 16:05:16 -0400 (Mon, 24 Mar 2008)
New Revision: 7151
Modified:
trunk/framework/impl/src/main/javascript/prototype/patches.js
Log:
fix removing events
Modified: trunk/framework/impl/src/main/javascript/prototype/patches.js
===================================================================
--- trunk/framework/impl/src/main/javascript/prototype/patches.js 2008-03-24 19:18:22 UTC
(rev 7150)
+++ trunk/framework/impl/src/main/javascript/prototype/patches.js 2008-03-24 20:05:16 UTC
(rev 7151)
@@ -64,7 +64,7 @@
if (window.RichFaces && window.RichFaces.Memory) {
window.RichFaces.Memory.addCleaner("prototype", function(node) {
- var eventID = node._eventID;
+ var eventID = node._prototypeEventID;
if (eventID) {
var cache = Event.cache[eventID];
Show replies by date