From 2323525e2546a7c52528f9aa9fa21bd1f5fe54d2 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 28 May 2012 17:53:21 +0200 Subject: [PATCH] that.update() -> that.updatePanel() --- source/Ox.UI/js/Panel/Ox.CollapsePanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Panel/Ox.CollapsePanel.js b/source/Ox.UI/js/Panel/Ox.CollapsePanel.js index 585be703..8327a342 100644 --- a/source/Ox.UI/js/Panel/Ox.CollapsePanel.js +++ b/source/Ox.UI/js/Panel/Ox.CollapsePanel.js @@ -122,9 +122,9 @@ Ox.CollapsePanel = function(options, self) { }; /*@ - update update // fixme: used anywhere? + update Update panel when in collapsed state @*/ - that.update = function() { + that.updatePanel = function() { self.options.collapsed && that.$content.css({ marginTop: -that.$content.height() });