From: Kevin Sawicki Date: Fri, 3 Jan 2014 22:37:03 +0000 (-0800) Subject: Use $ instead of jQuery X-Git-Tag: v3.1.0~121^2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12082%2Fhead;p=thirdparty%2Fbootstrap.git Use $ instead of jQuery --- 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),