trying again via gmane....


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---
--- Begin Message ---
poking around on trunk. patch fixes missing 'this'.

-w
Index: Visual.js
===================================================================
--- Visual.js   (revision 1027)
+++ Visual.js   (working copy)
@@ -1630,7 +1630,7 @@
         duration: 3.0,
         from: 0,
         afterFinishInternal: function (effect) {
-            d.setStyle(effect.element, {opacity: oldOpacity});
+            d.setStyle(effect.element, {opacity: this.oldOpacity});
         }
     }, options || {});
     var oldOpacity = d.getInlineOpacity(element);

--- End Message ---

Reply via email to