Home | History | Annotate | Download | only in js

Lines Matching refs:targetRect

521       var targetRect = $target.offset();
522 targetRect.width = $target.width();
523 targetRect.height = $target.height();
526 left: targetRect.left,
527 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN