mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Spinner: Set the widgetEventPrefix to "spin" as per the spec.
This commit is contained in:
1
ui/jquery.ui.spinner.js
vendored
1
ui/jquery.ui.spinner.js
vendored
@@ -15,6 +15,7 @@
|
||||
|
||||
$.widget('ui.spinner', {
|
||||
defaultElement: "<input>",
|
||||
widgetEventPrefix: "spin",
|
||||
options: {
|
||||
incremental: true,
|
||||
max: null,
|
||||
|
||||
Reference in New Issue
Block a user