diff --git a/source/Ox.UI/js/Panel/Ox.SplitPanel.js b/source/Ox.UI/js/Panel/Ox.SplitPanel.js index 0641e634..44e17527 100644 --- a/source/Ox.UI/js/Panel/Ox.SplitPanel.js +++ b/source/Ox.UI/js/Panel/Ox.SplitPanel.js @@ -119,7 +119,7 @@ Ox.SplitPanel = function(options, self) { } function setSizes(init, animate) { - // will animate if animate is truthy, and call animate if its a function + // will animate if animate is truthy and call animate if it's a function self.options.elements.forEach(function(element, i) { // fixme: maybe we can add a conditional here, since init // is about elements that are collapsed splitpanels