From: adam j. sontag Date: Mon, 21 Mar 2011 19:47:39 +0000 (-0400) Subject: Spinner: Set the widgetEventPrefix to "spin" as per the spec. X-Git-Tag: 1.9m5~191 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=02ba487db0493f08d7db8f059bc44ef7be0befcb;p=jquery-ui.git Spinner: Set the widgetEventPrefix to "spin" as per the spec. --- 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: "", + widgetEventPrefix: "spin", options: { incremental: true, max: null,