diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-09-02 17:20:30 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-09-02 17:20:30 +0200 |
commit | 9851f1bc37dd24c44231da6c6cfef109d8e6ee18 (patch) | |
tree | 2f306d7fd54fb6578b753ed016758d683026dd4c /ui/widgets/checkboxradio.js | |
parent | eda9f3b0d6676df900764da11124d688dec0b007 (diff) | |
download | jquery-ui-1.13.0-rc.1.tar.gz jquery-ui-1.13.0-rc.1.zip |
1.13.0-rc.11.13.0-rc.1
Diffstat (limited to 'ui/widgets/checkboxradio.js')
-rw-r--r-- | ui/widgets/checkboxradio.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js index b2537d292..22a0af66b 100644 --- a/ui/widgets/checkboxradio.js +++ b/ui/widgets/checkboxradio.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Checkboxradio @VERSION + * jQuery UI Checkboxradio 1.13.0-rc.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -38,7 +38,7 @@ "use strict"; $.widget( "ui.checkboxradio", [ $.ui.formResetMixin, { - version: "@VERSION", + version: "1.13.0-rc.1", options: { disabled: null, label: null, |