]> source.dussan.org Git - jquery-ui.git/commitdiff
Don't use :reset selector.
authorScott González <scott.gonzalez@gmail.com>
Mon, 21 May 2012 18:50:49 +0000 (14:50 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 21 May 2012 18:50:49 +0000 (14:50 -0400)
ui/jquery.ui.button.js

index 6be6d3fe9b4d78e71ffe7ff70425af1fb378cbfa..f3abdaf769a009041abf3feed541842815809f43 100644 (file)
@@ -357,7 +357,7 @@ $.widget( "ui.button", {
 $.widget( "ui.buttonset", {
        version: "@VERSION",
        options: {
-               items: "button, [type=button], :submit, :reset, [type=checkbox], [type=radio], a, :data(button)"
+               items: "button, [type=button], :submit, [type=reset], [type=checkbox], [type=radio], a, :data(button)"
        },
 
        _create: function() {