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:
@@ -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");
|
||||
}
|
||||
]]>
|
||||
|
||||
Reference in New Issue
Block a user