diff --git a/js/tooltip.js b/js/tooltip.js index c472406ff2..ce9ee4c5a7 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -211,7 +211,7 @@ // $.fn.offset doesn't round pixel values // so we use setOffset directly with our own function B-0 - jQuery.offset.setOffset($tip[0], $.extend({ + $.offset.setOffset($tip[0], $.extend({ using: function (props) { $tip.css({ top: Math.round(props.top),