From 3ba4345d1751fcbbd3e7c2dc41da65e9a5cf42b3 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Sun, 21 Dec 2003 04:04:50 +0000 Subject: [PATCH] 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 --- mozilla/editor/ui/dialogs/content/EdTableProps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/ui/dialogs/content/EdTableProps.js b/mozilla/editor/ui/dialogs/content/EdTableProps.js index af2222c2461..479ed9b325c 100644 --- a/mozilla/editor/ui/dialogs/content/EdTableProps.js +++ b/mozilla/editor/ui/dialogs/content/EdTableProps.js @@ -1025,7 +1025,7 @@ function ApplyTableAttributes() } var countDelta; - var foundcell; + var foundCell; var i; if (gNewRowCount != gRowCount)