SlidePanel: update content div when setting size

This commit is contained in:
rolux 2014-05-11 16:39:54 +02:00 committed by j
parent 6c1273f03a
commit 9986aff802

View file

@ -53,6 +53,7 @@ Ox.SlidePanel = function(options, self) {
}
function updateElements() {
self.$content.css(getContentCSS());
self.options.elements.forEach(function(element, index) {
element.element.css(getElementCSS(index));
});