A comma after this.touch

This commit is contained in:
Tarun Gaba 2014-07-21 17:15:11 +05:30
parent dab68840dd
commit 1eef26754f

View File

@ -77,7 +77,7 @@ define([
this.model.set('value', value, {updated_view: this});
this.$slider.slider('option', 'value', value);
this.$readout.text(value);
this.touch()
this.touch();
// Use the right CSS classes for vertical & horizontal sliders
if (orientation=='vertical') {