Commit 7653b845 authored by Chris Rebert's avatar Chris Rebert
Browse files

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

Use $ instead of jQuery
parents 990303ab 5141e4da
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment