mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-02 07:34:54 -05:00
Spinner: reduced mousewheel timer from 500ms to 400ms (thanks cloudream)
This commit is contained in:
@@ -270,7 +270,7 @@ $.widget('ui.spinner', {
|
||||
window.clearTimeout(self.timeout);
|
||||
self.timeout = 0;
|
||||
}
|
||||
self.timeout = window.setTimeout(function(){self._propagate('change', e)}, 500);
|
||||
self.timeout = window.setTimeout(function(){self._propagate('change', e)}, 400);
|
||||
e.preventDefault();
|
||||
},
|
||||
_getValue: function() {
|
||||
|
||||
Reference in New Issue
Block a user