Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-ui

This commit is contained in:
Scott González 2011-03-22 08:55:00 -04:00
commit d4dadd14c2

View File

@ -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() {