Author: nbelaevski
Date: 2008-03-27 12:32:18 -0400 (Thu, 27 Mar 2008)
New Revision: 7312
Modified:
trunk/framework/impl/generatescript.xml
trunk/framework/impl/src/main/javascript/prototype/patches.js
Log:
Prototype.js reverted to 1.6.0
Modified: trunk/framework/impl/generatescript.xml
===================================================================
--- trunk/framework/impl/generatescript.xml 2008-03-27 16:11:58 UTC (rev 7311)
+++ trunk/framework/impl/generatescript.xml 2008-03-27 16:32:18 UTC (rev 7312)
@@ -61,7 +61,7 @@
<filelist id="prototype"
dir="${basedir}/src/main/javascript/prototype"
- files="prototype-1.6.0.2.js,../memory.js,patches.js">
+ files="prototype1.6.0.js,../memory.js,patches.js">
</filelist>
Modified: trunk/framework/impl/src/main/javascript/prototype/patches.js
===================================================================
--- trunk/framework/impl/src/main/javascript/prototype/patches.js 2008-03-27 16:11:58 UTC
(rev 7311)
+++ trunk/framework/impl/src/main/javascript/prototype/patches.js 2008-03-27 16:32:18 UTC
(rev 7312)
@@ -64,7 +64,7 @@
if (window.RichFaces && window.RichFaces.Memory) {
window.RichFaces.Memory.addCleaner("prototype", function(node) {
- var eventID = node._prototypeEventID;
+ var eventID = node._eventID;
if (eventID) {
var cache = Event.cache[eventID];
Show replies by date