Spinner: Set the widgetEventPrefix to "spin" as per the spec.

This commit is contained in:
adam j. sontag 2011-03-21 15:47:39 -04:00
parent a6fbb47e6a
commit 02ba487db0

View File

@ -15,6 +15,7 @@
$.widget('ui.spinner', { $.widget('ui.spinner', {
defaultElement: "<input>", defaultElement: "<input>",
widgetEventPrefix: "spin",
options: { options: {
incremental: true, incremental: true,
max: null, max: null,