We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9567e6f commit 683f820Copy full SHA for 683f820
src/rzslider.js
@@ -366,8 +366,8 @@
366
},
367
368
/*
369
- * Reflow the slider when the low handle changes (called with throttle)
370
- */
+ * Reflow the slider when the low handle changes (called with throttle)
+ */
371
onLowHandleChange: function() {
372
this.setMinAndMax();
373
this.updateLowHandle(this.valueToOffset(this.scope.rzSliderModel));
@@ -380,8 +380,8 @@
380
381
382
383
- * Reflow the slider when the high handle changes (called with throttle)
384
+ * Reflow the slider when the high handle changes (called with throttle)
385
onHighHandleChange: function() {
386
387
this.updateHighHandle(this.valueToOffset(this.scope.rzSliderHigh));
0 commit comments