|
|
|
@ -388,8 +388,8 @@ export class IntervalSlider extends Single {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 别删,历史原因,定时调度不能用 parentElement.children 函数
|
|
|
|
|
_getElementFirstChild() { |
|
|
|
|
// 别删,历史原因,定时调度不能用 element.children 函数
|
|
|
|
|
_getElementFirstChild(parentElement) { |
|
|
|
|
return parentElement.children()[0] |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|