mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Use $ instead of jQuery
This commit is contained in:
parent
007d61cfad
commit
5141e4da10
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user