diff options
| author | Kevin Sawicki <[email protected]> | 2014-01-03 14:37:03 -0800 |
|---|---|---|
| committer | Kevin Sawicki <[email protected]> | 2014-01-03 14:39:18 -0800 |
| commit | 5141e4da10a10952ad5357df29f3381345e48070 (patch) | |
| tree | 6ff67af3593a4d10e868d1745c5b35fd2915fd2a | |
| parent | 007d61cfadc6f962fc3abc7119f7b9d68f7cd204 (diff) | |
| download | bootstrap-5141e4da10a10952ad5357df29f3381345e48070.tar.xz bootstrap-5141e4da10a10952ad5357df29f3381345e48070.zip | |
Use $ instead of jQuery
| -rw-r--r-- | js/tooltip.js | 2 |
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), |
