Skip to content

Commit b4ca928

Browse files
committed
Don't use :button selector.
1 parent 26b5492 commit b4ca928

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, :submit, :reset, [type=checkbox], [type=radio], a, :data(button)"
360+
items: "button, [type=button], :submit, :reset, [type=checkbox], [type=radio], a, :data(button)"
361361
},
362362

363363
_create: function() {

0 commit comments

Comments
 (0)