merging changes

This commit is contained in:
rlx 2011-01-14 14:10:19 +00:00
parent ef514be445
commit f7b61b9907

View file

@ -9497,6 +9497,11 @@ requires
$title.html(self.options.title);
}
};
that.update = function() {
self.options.collapsed && that.$content.css({
marginTop: -that.$content.height()
});
};
return that;
};