Remove stray dump() from this copy of tableDom.js too.

git-svn-id: svn://10.0.0.236/trunk@221483 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2007-03-07 21:52:01 +00:00
parent 2e95c7d96d
commit 8d5e92c9fd

View File

@ -50,7 +50,6 @@ function appendCell(aRow, aRowSpan, aColSpan) {
}
function appendCellAt(aRowIndex, aRowSpan, aColSpan) {
dump(aRowIndex);
var row = document.getElementsByTagName("TR")[aRowIndex];
appendCell(row, aRowSpan, aColSpan);
}