]> source.dussan.org Git - jquery-ui.git/commitdiff
Button: Fixed version properties.
authorScott González <scott.gonzalez@gmail.com>
Mon, 21 May 2012 17:51:49 +0000 (13:51 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 21 May 2012 17:51:49 +0000 (13:51 -0400)
ui/jquery.ui.button.js

index 44dbc68dbd88f7399dfb4ebce27e0510fc93ed80..e2fefb10bd379ed709e2fe70417a48d05dbacd3f 100644 (file)
@@ -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)"
        },