Skip to content

Commit 683f820

Browse files
author
Valentin Hervieu
committed
test: Add more tests for options and ticks
1 parent 9567e6f commit 683f820

File tree

2 files changed

+398
-39
lines changed

2 files changed

+398
-39
lines changed

src/rzslider.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
},
367367

368368
/*
369-
* Reflow the slider when the low handle changes (called with throttle)
370-
*/
369+
* Reflow the slider when the low handle changes (called with throttle)
370+
*/
371371
onLowHandleChange: function() {
372372
this.setMinAndMax();
373373
this.updateLowHandle(this.valueToOffset(this.scope.rzSliderModel));
@@ -380,8 +380,8 @@
380380
},
381381

382382
/*
383-
* Reflow the slider when the high handle changes (called with throttle)
384-
*/
383+
* Reflow the slider when the high handle changes (called with throttle)
384+
*/
385385
onHighHandleChange: function() {
386386
this.setMinAndMax();
387387
this.updateHighHandle(this.valueToOffset(this.scope.rzSliderHigh));

0 commit comments

Comments
 (0)