diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-01-20 13:59:41 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-01-20 13:59:41 +0100 |
commit | 8001b74a66c589c96b3eaaae6c80db600adc085a (patch) | |
tree | 186303ff5ae1bddba661f46b98a93118ab54d8be /ui/widgets/controlgroup.js | |
parent | d2779bde26d20dd0e530f480f7d0fccdc51f6b0b (diff) | |
download | jquery-ui-1.13.1.tar.gz jquery-ui-1.13.1.zip |
1.13.11.13.1
Diffstat (limited to 'ui/widgets/controlgroup.js')
-rw-r--r-- | ui/widgets/controlgroup.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/controlgroup.js b/ui/widgets/controlgroup.js index 77a9e2265..f52f35af6 100644 --- a/ui/widgets/controlgroup.js +++ b/ui/widgets/controlgroup.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Controlgroup @VERSION + * jQuery UI Controlgroup 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -37,7 +37,7 @@ var controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g; return $.widget( "ui.controlgroup", { - version: "@VERSION", + version: "1.13.1", defaultElement: "<div>", options: { direction: "horizontal", |