that.update() -> that.updatePanel()

This commit is contained in:
rolux 2012-05-28 17:53:21 +02:00
parent 685e412a11
commit 2323525e25

View file

@ -122,9 +122,9 @@ Ox.CollapsePanel = function(options, self) {
};
/*@
update <f> update // fixme: used anywhere?
update <f> Update panel when in collapsed state
@*/
that.update = function() {
that.updatePanel = function() {
self.options.collapsed && that.$content.css({
marginTop: -that.$content.height()
});