diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 14:50:49 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 14:50:49 -0400 |
commit | 8b17f68b579f2b12a6801be741434a53ffe28bbf (patch) | |
tree | fa1c9877bffa0bd10640338ea941ec72070e67e8 /ui/jquery.ui.button.js | |
parent | 51863d5a71f50c86b1757a1a0840d7571f6a0ef7 (diff) | |
download | jquery-ui-8b17f68b579f2b12a6801be741434a53ffe28bbf.tar.gz jquery-ui-8b17f68b579f2b12a6801be741434a53ffe28bbf.zip |
Don't use :reset selector.
Diffstat (limited to 'ui/jquery.ui.button.js')
-rw-r--r-- | ui/jquery.ui.button.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |