diff options
| author | Chris Rebert <[email protected]> | 2014-01-05 18:06:55 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-05 18:06:55 -0800 |
| commit | 7653b845f8795632d592c4b450f7502f110d9ec3 (patch) | |
| tree | 8c92909dcf828fe7b49d29f187aa239bb33561f2 /js | |
| parent | 990303ab540cbbdd43ebdd017c540daa6551db8c (diff) | |
| parent | 5141e4da10a10952ad5357df29f3381345e48070 (diff) | |
| download | bootstrap-7653b845f8795632d592c4b450f7502f110d9ec3.tar.xz bootstrap-7653b845f8795632d592c4b450f7502f110d9ec3.zip | |
Merge pull request #12082 from kevinsawicki/use-dollar-instead-of-jquery
Use $ instead of jQuery
Diffstat (limited to 'js')
| -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), |
