diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 13:51:49 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 13:51:49 -0400 |
commit | 26b5492441346aff7b609acc61b56c593b7662d2 (patch) | |
tree | 02c67158be83c3a8bdb1c2afd422f09e7cb15686 | |
parent | e6f21410ff4e2e88ed5f44c872451e8030898178 (diff) | |
download | jquery-ui-26b5492441346aff7b609acc61b56c593b7662d2.tar.gz jquery-ui-26b5492441346aff7b609acc61b56c593b7662d2.zip |
Button: Fixed version properties.
-rw-r--r-- | ui/jquery.ui.button.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js index 44dbc68db..e2fefb10b 100644 --- a/ui/jquery.ui.button.js +++ b/ui/jquery.ui.button.js @@ -354,9 +354,8 @@ $.widget( "ui.button", { } }); -$.ui.button.version = "@VERSION"; - $.widget( "ui.buttonset", { + version: "@VERSION", options: { items: ":button, :submit, :reset, [type=checkbox], [type=radio], a, :data(button)" }, |