diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-10-07 16:05:16 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-10-07 16:05:16 +0200 |
commit | 6d072c596a81d99a77fc36c14caf3eb3a803689e (patch) | |
tree | f38b6c3254300bac4329fa452d085a9fbe457064 /ui/widgets/dialog.js | |
parent | c3749ca92474c892876acfcde4806149536a18f0 (diff) | |
download | jquery-ui-1.13.0.tar.gz jquery-ui-1.13.0.zip |
1.13.01.13.0
Diffstat (limited to 'ui/widgets/dialog.js')
-rw-r--r-- | ui/widgets/dialog.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js index 6fa585c40..ca3b0a767 100644 --- a/ui/widgets/dialog.js +++ b/ui/widgets/dialog.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Dialog @VERSION + * jQuery UI Dialog 1.13.0 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -47,7 +47,7 @@ "use strict"; $.widget( "ui.dialog", { - version: "@VERSION", + version: "1.13.0", options: { appendTo: "body", autoOpen: true, |