mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
Use $ instead of jQuery
This commit is contained in:
@@ -211,7 +211,7 @@
|
|||||||
|
|
||||||
// $.fn.offset doesn't round pixel values
|
// $.fn.offset doesn't round pixel values
|
||||||
// so we use setOffset directly with our own function B-0
|
// 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) {
|
using: function (props) {
|
||||||
$tip.css({
|
$tip.css({
|
||||||
top: Math.round(props.top),
|
top: Math.round(props.top),
|
||||||
|
Reference in New Issue
Block a user