slider: fixed mouse refactoring issue that caused clicking somewhere on the slider not to fire any callbacks

This commit is contained in:
Paul Bakaus 2008-06-04 21:26:33 +00:00
parent 0d01cc3691
commit 126d7d925b

View File

@ -286,6 +286,7 @@ $.widget("ui.slider", {
this.firstValue = this.value();
this.propagate('start', e);
this.drag(e, handle);
return true;
},