Skip to content
Snippets Groups Projects
Commit e1adae18 authored by Valera Rozuvan's avatar Valera Rozuvan
Browse files

Chaining jQuery UI slider() methods.

parent 723772ab
No related merge requests found
......@@ -186,8 +186,7 @@ function () {
(!this.videoProgressSlider.frozen)
) {
this.videoProgressSlider.slider
.slider('option', 'max', params.duration);
this.videoProgressSlider.slider
.slider('option', 'max', params.duration)
.slider('option', 'value', params.time);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment