that.update() -> that.updatePanel()
This commit is contained in:
parent
685e412a11
commit
2323525e25
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue