diff options
Diffstat (limited to 'ui/jquery.ui.button.js')
-rw-r--r-- | ui/jquery.ui.button.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js index 8f63ec57a..e19a68bfe 100644 --- a/ui/jquery.ui.button.js +++ b/ui/jquery.ui.button.js @@ -313,6 +313,8 @@ $.widget( "ui.button", { } }); +$.ui.button.version = "@VERSION"; + $.widget( "ui.buttonset", { options: { items: ":button, :submit, :reset, :checkbox, :radio, a, :data(button)" @@ -367,4 +369,6 @@ $.widget( "ui.buttonset", { } }); +$.ui.buttonset.version = "@VERSION"; + }( jQuery ) ); |