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