Skip to content

Commit 8b17f68

Browse files
committed
Don't use :reset selector.
1 parent 51863d5 commit 8b17f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ $.widget( "ui.button", {
357357
$.widget( "ui.buttonset", {
358358
version: "@VERSION",
359359
options: {
360-
items: "button, [type=button], :submit, :reset, [type=checkbox], [type=radio], a, :data(button)"
360+
items: "button, [type=button], :submit, [type=reset], [type=checkbox], [type=radio], a, :data(button)"
361361
},
362362

363363
_create: function() {

0 commit comments

Comments
 (0)