From b4ca9289cf018c744ec57e8356783a76ff3691e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 21 May 2012 14:42:08 -0400 Subject: [PATCH] Don't use :button selector. --- ui/jquery.ui.button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js index e2fefb10b..6be6d3fe9 100644 --- a/ui/jquery.ui.button.js +++ b/ui/jquery.ui.button.js @@ -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() { -- 2.39.5