diff options
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 06282338a..d6c0b8043 100644 --- a/ui/widgets/tooltip.js +++ b/ui/widgets/tooltip.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Tooltip @VERSION + * jQuery UI Tooltip 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -39,7 +39,7 @@ "use strict"; $.widget( "ui.tooltip", { - version: "@VERSION", + version: "1.13.1", options: { classes: { "ui-tooltip": "ui-corner-all ui-widget-shadow" |