]> source.dussan.org Git - jquery-ui.git/commitdiff
Spinner: Set the widgetEventPrefix to "spin" as per the spec. 164/head
authoradam j. sontag <ajpiano@ajpiano.com>
Mon, 21 Mar 2011 19:47:39 +0000 (15:47 -0400)
committeradam j. sontag <ajpiano@ajpiano.com>
Mon, 21 Mar 2011 20:10:12 +0000 (16:10 -0400)
ui/jquery.ui.spinner.js

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