Commit 683f8202 authored by Valentin Hervieu's avatar Valentin Hervieu

test: Add more tests for options and ticks

parent 9567e6fa
...@@ -366,8 +366,8 @@ ...@@ -366,8 +366,8 @@
}, },
/* /*
* Reflow the slider when the low handle changes (called with throttle) * Reflow the slider when the low handle changes (called with throttle)
*/ */
onLowHandleChange: function() { onLowHandleChange: function() {
this.setMinAndMax(); this.setMinAndMax();
this.updateLowHandle(this.valueToOffset(this.scope.rzSliderModel)); this.updateLowHandle(this.valueToOffset(this.scope.rzSliderModel));
...@@ -380,8 +380,8 @@ ...@@ -380,8 +380,8 @@
}, },
/* /*
* Reflow the slider when the high handle changes (called with throttle) * Reflow the slider when the high handle changes (called with throttle)
*/ */
onHighHandleChange: function() { onHighHandleChange: function() {
this.setMinAndMax(); this.setMinAndMax();
this.updateHighHandle(this.valueToOffset(this.scope.rzSliderHigh)); this.updateHighHandle(this.valueToOffset(this.scope.rzSliderHigh));
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment