Home | History | Annotate | Download | only in flot

Lines Matching refs:curTop

9301 			props = {}, curPosition = {}, curTop, curLeft;
9306 curTop = curPosition.top;
9309 curTop = parseFloat( curCSSTop ) || 0;
9318 props.top = ( options.top - curOffset.top ) + curTop;