diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-07-14 21:10:31 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-07-14 21:10:31 +0200 |
commit | d6c028cc2e214a4f9f3a787313ef03a17a33a008 (patch) | |
tree | 08819a49e548e2335231b85f9c0d00d7d990da42 /ui/widgets/resizable.js | |
parent | 8cc5bae1caa1fcf96bf5862c5646c787020ba3f9 (diff) | |
download | jquery-ui-1.13.2.tar.gz jquery-ui-1.13.2.zip |
1.13.21.13.2
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 13e98c658..dda4871a9 100644 --- a/ui/widgets/resizable.js +++ b/ui/widgets/resizable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Resizable @VERSION + * jQuery UI Resizable 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -39,7 +39,7 @@ "use strict"; $.widget( "ui.resizable", $.ui.mouse, { - version: "@VERSION", + version: "1.13.2", widgetEventPrefix: "resize", options: { alsoResize: false, |