diff options
Diffstat (limited to 'ui/button.js')
-rw-r--r-- | ui/button.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/button.js b/ui/button.js index 5d502ad51..829a163ad 100644 --- a/ui/button.js +++ b/ui/button.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Button @VERSION + * jQuery UI Button 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors @@ -52,7 +52,7 @@ var lastActive, }; $.widget( "ui.button", { - version: "@VERSION", + version: "1.11.1", defaultElement: "<button>", options: { disabled: null, @@ -348,7 +348,7 @@ $.widget( "ui.button", { }); $.widget( "ui.buttonset", { - version: "@VERSION", + version: "1.11.1", options: { items: "button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(ui-button)" }, |