mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Spinner:missing semicolon
This commit is contained in:
parent
3357c51b18
commit
ea3b0cdfb2
@ -279,7 +279,7 @@ $.widget('ui.spinner', {
|
||||
window.clearTimeout(self.timeout);
|
||||
self.timeout = 0;
|
||||
}
|
||||
self.timeout = window.setTimeout(function(){self._propagate('change', e)}, 400);
|
||||
self.timeout = window.setTimeout(function(){self._propagate('change', e);}, 400);
|
||||
e.preventDefault();
|
||||
},
|
||||
_getValue: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user