Don't use :button selector.

This commit is contained in:
Scott González 2012-05-21 14:42:08 -04:00
parent 26b5492441
commit b4ca9289cf

View File

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