diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-10-30 17:22:18 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-10-30 17:22:18 +0100 |
commit | ca5af712bdd620c82a8fc55265ab2afad70121b0 (patch) | |
tree | 1ebc74fb19bc7786e03c177c3e95a7c886799ca2 /ui/widgets/button.js | |
parent | bf0d4c3a06852622487c08991f702f225b9631dd (diff) | |
download | jquery-ui-1.14.1.tar.gz jquery-ui-1.14.1.zip |
1.14.11.14.1
Diffstat (limited to 'ui/widgets/button.js')
-rw-r--r-- | ui/widgets/button.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/button.js b/ui/widgets/button.js index 08a4b61c5..a382d03dc 100644 --- a/ui/widgets/button.js +++ b/ui/widgets/button.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Button @VERSION + * jQuery UI Button 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -42,7 +42,7 @@ "use strict"; $.widget( "ui.button", { - version: "@VERSION", + version: "1.14.1", defaultElement: "<button>", options: { classes: { |