0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #12082 from kevinsawicki/use-dollar-instead-of-jquery

Use $ instead of jQuery
This commit is contained in:
Chris Rebert 2014-01-05 18:06:55 -08:00
commit 7653b845f8

View File

@ -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),