Buttonset: Use input[type=*] instead of just [type=*].

This commit is contained in:
Scott González 2012-05-21 14:56:18 -04:00
parent e37f599a53
commit 15ece1f51a

View File

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