Skip to content

Commit 02ba487

Browse files
committed
Spinner: Set the widgetEventPrefix to "spin" as per the spec.
1 parent a6fbb47 commit 02ba487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/jquery.ui.spinner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
$.widget('ui.spinner', {
1717
defaultElement: "<input>",
18+
widgetEventPrefix: "spin",
1819
options: {
1920
incremental: true,
2021
max: null,

0 commit comments

Comments
 (0)