diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-08-05 20:50:53 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-08-05 20:50:53 +0200 |
commit | 501c3476fb387fb5827070f76f6f7e6be4b8ffb0 (patch) | |
tree | 512c502dac7f666a1a7ddd7acaeae76593ab52c1 /ui/widgets/selectmenu.js | |
parent | 2fb378e86094a3afc2436a536371a33697277e2b (diff) | |
download | jquery-ui-1.14.0.tar.gz jquery-ui-1.14.0.zip |
1.14.01.14.0
Diffstat (limited to 'ui/widgets/selectmenu.js')
-rw-r--r-- | ui/widgets/selectmenu.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/selectmenu.js b/ui/widgets/selectmenu.js index f1b48fa60..b64d5f1e1 100644 --- a/ui/widgets/selectmenu.js +++ b/ui/widgets/selectmenu.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Selectmenu @VERSION + * jQuery UI Selectmenu 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -44,7 +44,7 @@ "use strict"; return $.widget( "ui.selectmenu", [ $.ui.formResetMixin, { - version: "@VERSION", + version: "1.14.0", defaultElement: "<select>", options: { appendTo: null, |