From 02ba487db0493f08d7db8f059bc44ef7be0befcb Mon Sep 17 00:00:00 2001 From: "adam j. sontag" Date: Mon, 21 Mar 2011 15:47:39 -0400 Subject: [PATCH] Spinner: Set the widgetEventPrefix to "spin" as per the spec. --- ui/jquery.ui.spinner.js | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.5