Commit 86a85d3f authored by Rafal Zajac's avatar Rafal Zajac

Fix #25

parent 3befa4d8
This diff is collapsed.
...@@ -405,6 +405,11 @@ function throttle(func, wait, options) { ...@@ -405,6 +405,11 @@ function throttle(func, wait, options) {
this.scope.rzSliderCeil = this.maxValue = this.range ? this.scope.rzSliderHigh : this.scope.rzSliderModel; this.scope.rzSliderCeil = this.maxValue = this.range ? this.scope.rzSliderHigh : this.scope.rzSliderModel;
} }
if(this.scope.rzSliderStep)
{
this.step = +this.scope.rzSliderStep;
}
this.valueRange = this.maxValue - this.minValue; this.valueRange = this.maxValue - this.minValue;
}, },
......
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