diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 14:42:08 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 14:42:08 -0400 |
commit | b4ca9289cf018c744ec57e8356783a76ff3691e0 (patch) | |
tree | c3c73bfb66b40decd3072ed7185cb0b18d941140 /ui/jquery.ui.button.js | |
parent | 26b5492441346aff7b609acc61b56c593b7662d2 (diff) | |
download | jquery-ui-b4ca9289cf018c744ec57e8356783a76ff3691e0.tar.gz jquery-ui-b4ca9289cf018c744ec57e8356783a76ff3691e0.zip |
Don't use :button 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 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() { |