mirror of
https://github.com/nasa/openmct.git
synced 2025-03-23 04:25:27 +00:00
parent
903778799f
commit
2c7c7b90e6
@ -180,8 +180,10 @@ define(
|
||||
|
||||
// Dynamically apply a CSS class to elements when the user is actively resizing
|
||||
function splitterState(state) {
|
||||
var children = $element.children();
|
||||
for (var i = 0; i < children.length; i++) {
|
||||
var
|
||||
children = $element.children(),
|
||||
i;
|
||||
for (i = 0; i < children.length; i++) {
|
||||
children.eq(i).toggleClass('resizing');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user