final tweaks for 1.4

This commit is contained in:
Adam Shaw
2009-11-22 16:21:13 -08:00
parent 067481b774
commit d1bc5dc529
13 changed files with 64 additions and 30 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ function setOuterHeight(element, height, includeMargins) {
var operaPositionBug;
function reportTBody(tbody) { // TODO: have agenda use this too
function reportTBody(tbody) {
if (operaPositionBug == undefined) {
operaPositionBug = tbody.position().top != tbody.find('tr').position().top;
}