From f98d997c4a171d565aac10ca4efc88d244014ebe Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 27 May 2012 21:32:39 +0200 Subject: [PATCH] typo in comment --- source/Ox.UI/js/Panel/Ox.SplitPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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