accordion: fix for #3896

This commit is contained in:
Jörn Zaefferer
2009-01-21 13:37:20 +00:00
parent f80d9eb465
commit aef6c2e6b3

View File

@@ -356,7 +356,7 @@ $.widget("ui.accordion", {
if (this.running) return;
if (o.clearStyle) {
o.toShow.add(o.toHide).css({
this.toShow.add(this.toHide).css({
height: "",
overflow: ""
});