Bug 227415 Warning: assignment to undeclared variable foundCell in chrome://editor/content/EdTableProps.js

r=neil sr=bz


git-svn-id: svn://10.0.0.236/trunk@150591 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2003-12-21 04:04:50 +00:00
parent f2b3daab35
commit 3ba4345d17

View File

@@ -1025,7 +1025,7 @@ function ApplyTableAttributes()
}
var countDelta;
var foundcell;
var foundCell;
var i;
if (gNewRowCount != gRowCount)