Skip to content

Commit

Permalink
Spinner: Set the widgetEventPrefix to "spin" as per the spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpiano committed Mar 21, 2011
1 parent a6fbb47 commit 02ba487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/jquery.ui.spinner.js
Expand Up @@ -15,6 +15,7 @@

$.widget('ui.spinner', {
defaultElement: "<input>",
widgetEventPrefix: "spin",
options: {
incremental: true,
max: null,
Expand Down

0 comments on commit 02ba487

Please sign in to comment.