typo in comment
This commit is contained in:
parent
b9f7490436
commit
f98d997c4a
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Ox.SplitPanel = function(options, self) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function setSizes(init, animate) {
|
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) {
|
self.options.elements.forEach(function(element, i) {
|
||||||
// fixme: maybe we can add a conditional here, since init
|
// fixme: maybe we can add a conditional here, since init
|
||||||
// is about elements that are collapsed splitpanels
|
// is about elements that are collapsed splitpanels
|
||||||
|
|
Loading…
Reference in a new issue