Skip to content

Commit da63c33

Browse files
committed
Another bug fix
1 parent 947ebd1 commit da63c33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rzslider.js

+2
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ function throttle(func, wait, options) {
223223

224224
var thrLow = throttle(function()
225225
{
226+
self.setMinAndMax();
226227
self.updateLowHandle(self.valueToOffset(self.scope.rzSliderModel));
227228

228229
if(self.range)
@@ -235,6 +236,7 @@ function throttle(func, wait, options) {
235236

236237
var thrHigh = throttle(function()
237238
{
239+
self.setMinAndMax();
238240
self.updateHighHandle(self.valueToOffset(self.scope.rzSliderHigh));
239241
self.updateSelectionBar();
240242
self.updateCmbLabel();

0 commit comments

Comments
 (0)