mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-ui
This commit is contained in:
commit
d4dadd14c2
1
ui/jquery.ui.spinner.js
vendored
1
ui/jquery.ui.spinner.js
vendored
@ -188,7 +188,6 @@ $.widget('ui.spinner', {
|
||||
if (!self.spinning && !self._start(event)) {
|
||||
return false;
|
||||
}
|
||||
$("<div>").text("delta: " + delta).appendTo(document.body)
|
||||
self._spin((delta > 0 ? 1 : -1) * self.options.step, event);
|
||||
clearTimeout(self.timeout);
|
||||
self.timeout = setTimeout(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user