diff options
Diffstat (limited to 'themes/default/js/ui/jquery.ui.tooltip.js')
-rw-r--r-- | themes/default/js/ui/jquery.ui.tooltip.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/js/ui/jquery.ui.tooltip.js b/themes/default/js/ui/jquery.ui.tooltip.js index e61afc662..452b56490 100644 --- a/themes/default/js/ui/jquery.ui.tooltip.js +++ b/themes/default/js/ui/jquery.ui.tooltip.js @@ -1,8 +1,8 @@ /*! - * jQuery UI Tooltip 1.10.1 + * jQuery UI Tooltip 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * @@ -43,7 +43,7 @@ function removeDescribedBy( elem ) { } $.widget( "ui.tooltip", { - version: "1.10.1", + version: "1.10.4", options: { content: function() { // support: IE<9, Opera in jQuery <1.7 |