aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.spinner.js
diff options
context:
space:
mode:
authoradam j. sontag <ajpiano@ajpiano.com>2011-03-21 15:47:39 -0400
committeradam j. sontag <ajpiano@ajpiano.com>2011-03-21 16:10:12 -0400
commit02ba487db0493f08d7db8f059bc44ef7be0befcb (patch)
tree4963b877d82aa5d27c79b71d469ecdc51aaa0306 /ui/jquery.ui.spinner.js
parenta6fbb47e6a0814c7c5c9c007b3d3a568364801cf (diff)
downloadjquery-ui-02ba487db0493f08d7db8f059bc44ef7be0befcb.tar.gz
jquery-ui-02ba487db0493f08d7db8f059bc44ef7be0befcb.zip
Spinner: Set the widgetEventPrefix to "spin" as per the spec.
Diffstat (limited to 'ui/jquery.ui.spinner.js')
-rw-r--r--ui/jquery.ui.spinner.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.ui.spinner.js b/ui/jquery.ui.spinner.js
index ae7583eec..75481f546 100644
--- a/ui/jquery.ui.spinner.js
+++ b/ui/jquery.ui.spinner.js
@@ -15,6 +15,7 @@
$.widget('ui.spinner', {
defaultElement: "<input>",
+ widgetEventPrefix: "spin",
options: {
incremental: true,
max: null,