From 8b17f68b579f2b12a6801be741434a53ffe28bbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 21 May 2012 14:50:49 -0400 Subject: [PATCH] Don't use :reset 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 6be6d3fe9..f3abdaf76 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, [type=button], :submit, :reset, [type=checkbox], [type=radio], a, :data(button)" + items: "button, [type=button], :submit, [type=reset], [type=checkbox], [type=radio], a, :data(button)" }, _create: function() { -- 2.39.5