Skip to content

Commit d4dadd1

Browse files
committed
Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-ui
2 parents 02ba487 + 00547ec commit d4dadd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.ui.spinner.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ $.widget('ui.spinner', {
188188
if (!self.spinning && !self._start(event)) {
189189
return false;
190190
}
191-
$("<div>").text("delta: " + delta).appendTo(document.body)
192191
self._spin((delta > 0 ? 1 : -1) * self.options.step, event);
193192
clearTimeout(self.timeout);
194193
self.timeout = setTimeout(function() {

0 commit comments

Comments
 (0)