another small update to test file. not part of build.

git-svn-id: svn://10.0.0.236/trunk@91652 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%netscape.com
2001-04-07 12:06:42 +00:00
parent 5e171bcf70
commit 11f3d62d8a

View File

@@ -70,7 +70,7 @@
var y = { };
var w = { };
var h = { };
obo.getCoordsForCellItem(row.value, col.value, "text", x, y, w, h);
obo.getCoordsForCellItem(row.value, col.value, elt.value, x, y, w, h);
dump("*** (x,y) = (" + x.value + "," + y.value + "); (w,h) = (" + w.value + "," + h.value + ");\n");
}
]]>