Home
last modified time | relevance | path

Searched refs:thisTry (Results 1 – 1 of 1) sorted by relevance

/template/codowik/js/
H A Dlayout.js4074 , thisTry = {}
4078 thisTry = { pane: pane, count: lastTry.count+1, target: size }; class in sizePane_2
4081 thisTry.attempt = max(0, lastTry.attempt - (lastTry.actual - size));
4083 thisTry.attempt = max(0, lastTry.attempt + (size - lastTry.actual));
4085 thisTry.cssSize = cssSize(pane, thisTry.attempt);
4086 $P.css( dimName, thisTry.cssSize );
4088 thisTry.actual = dimName=='width' ? $P.outerWidth() : $P.outerHeight();
4089 thisTry.correct = (size === thisTry.actual);
4096 _log(thisTry, false, true);
4100 tries.push( thisTry );