aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Sawicki <[email protected]>2014-01-03 14:37:03 -0800
committerKevin Sawicki <[email protected]>2014-01-03 14:39:18 -0800
commit5141e4da10a10952ad5357df29f3381345e48070 (patch)
tree6ff67af3593a4d10e868d1745c5b35fd2915fd2a
parent007d61cfadc6f962fc3abc7119f7b9d68f7cd204 (diff)
downloadbootstrap-5141e4da10a10952ad5357df29f3381345e48070.tar.xz
bootstrap-5141e4da10a10952ad5357df29f3381345e48070.zip
Use $ instead of jQuery
-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),