slider: added better description for workaround for #3726

This commit is contained in:
Paul Bakaus 2009-01-28 22:51:35 +00:00
parent 966f6e46dd
commit b2cbdb6ff4

View File

@ -218,7 +218,6 @@ $.widget("ui.slider", $.extend({}, $.ui.mouse, {
normValue = this._normValueFromMouse(position);
this._slide(event, index, normValue);
return true;
},