From 5141e4da10a10952ad5357df29f3381345e48070 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 3 Jan 2014 14:37:03 -0800 Subject: [PATCH] Use $ instead of jQuery --- js/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),