Skip to content

Commit

Permalink
Don't use :reset selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed May 21, 2012
1 parent 51863d5 commit 8b17f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.button.js
Expand Up @@ -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() {
Expand Down

0 comments on commit 8b17f68

Please sign in to comment.