r1734 - trunk/ui

r1734 - trunk/ui


Author: joern.zaefferer
Date: Wed Jan 21 05:37:20 2009
New Revision: 1734
Modified:
trunk/ui/ui.accordion.js
Log:
accordion: fix for #3896
Modified: trunk/ui/ui.accordion.js
==============================================================================
--- trunk/ui/ui.accordion.js    (original)
+++ trunk/ui/ui.accordion.js    Wed Jan 21 05:37:20 2009
@@ -356,7 +356,7 @@
        if (this.running) return;
        
        if (o.clearStyle) {
-            o.toShow.add(o.toHide).css({
+            this.toShow.add(this.toHide).css({
                height: "",
                overflow: ""
            });