##// END OF EJS Templates
A comma after `this.touch`
Tarun Gaba -
Show More
@@ -77,7 +77,7 b' define(['
77 this.model.set('value', value, {updated_view: this});
77 this.model.set('value', value, {updated_view: this});
78 this.$slider.slider('option', 'value', value);
78 this.$slider.slider('option', 'value', value);
79 this.$readout.text(value);
79 this.$readout.text(value);
80 this.touch()
80 this.touch();
81
81
82 // Use the right CSS classes for vertical & horizontal sliders
82 // Use the right CSS classes for vertical & horizontal sliders
83 if (orientation=='vertical') {
83 if (orientation=='vertical') {
General Comments 0
You need to be logged in to leave comments. Login now