Commit 5141e4da authored by Kevin Sawicki's avatar Kevin Sawicki
Browse files

Use $ instead of jQuery

parent 007d61cf
Showing with 1 addition and 1 deletion
+1 -1
...@@ -211,7 +211,7 @@ ...@@ -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),
......
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