missing 'px'
This commit is contained in:
parent
3e47fa538f
commit
2311db5aa0
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ Ox.SplitPanel = function(options, self) {
|
|||
elementIndices.forEach(function(elementIndex, index) {
|
||||
self.$elements[elementIndex].css(
|
||||
index == 0 ? dimension : edge,
|
||||
index == 0 ? size : size + 1
|
||||
(index == 0 ? size : size + 1) + 'px'
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue