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/tooltip.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/tooltip.js')
-rw-r--r-- | ui/widgets/tooltip.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/tooltip.js b/ui/widgets/tooltip.js index f1cea47d1..349d5b9fb 100644 --- a/ui/widgets/tooltip.js +++ b/ui/widgets/tooltip.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Tooltip @VERSION + * jQuery UI Tooltip 1.13.0-rc.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -39,7 +39,7 @@ "use strict"; $.widget( "ui.tooltip", { - version: "@VERSION", + version: "1.13.0-rc.1", options: { classes: { "ui-tooltip": "ui-corner-all ui-widget-shadow" |