aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index c472406ff..ce9ee4c5a 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),