diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-05-15 18:40:33 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-05-15 18:40:33 +0200 |
commit | 791be7fd59f84563724a15b7e2b15d02c1234648 (patch) | |
tree | 32180fcb97d548b4ceb54cb958ac98f5883a6868 /ui/widgets/resizable.js | |
parent | ec3edb687609af9677317dfd2ec80a5bec7b35c5 (diff) | |
download | jquery-ui-1.14.0-beta.1.tar.gz jquery-ui-1.14.0-beta.1.zip |
1.14.0-beta.11.14.0-beta.1
Diffstat (limited to 'ui/widgets/resizable.js')
-rw-r--r-- | ui/widgets/resizable.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js index 1698d55e8..0eb9db7aa 100644 --- a/ui/widgets/resizable.js +++ b/ui/widgets/resizable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Resizable @VERSION + * jQuery UI Resizable 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -39,7 +39,7 @@ "use strict"; $.widget( "ui.resizable", $.ui.mouse, { - version: "@VERSION", + version: "1.14.0-beta.1", widgetEventPrefix: "resize", options: { alsoResize: false, |