Commit e1adae18 by Valera Rozuvan

Chaining jQuery UI slider() methods.

parent 723772ab
...@@ -186,8 +186,7 @@ function () { ...@@ -186,8 +186,7 @@ function () {
(!this.videoProgressSlider.frozen) (!this.videoProgressSlider.frozen)
) { ) {
this.videoProgressSlider.slider this.videoProgressSlider.slider
.slider('option', 'max', params.duration); .slider('option', 'max', params.duration)
this.videoProgressSlider.slider
.slider('option', 'value', params.time); .slider('option', 'value', params.time);
} }
} }
......
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