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:
parent
2e95c7d96d
commit
8d5e92c9fd
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user