Skip to content

Commit 8da1a75

Browse files
committed
Spiner: Tune mousewheel spinning
1 parent 0e7bef4 commit 8da1a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.spinner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ $.widget('ui.spinner', {
241241
self._stop(event);
242242
self._change(event);
243243
}
244-
}, 400);
244+
}, 50);
245245
event.preventDefault();
246246
});
247247
},

0 commit comments

Comments
 (0)